#9BA5EA

Color #9BA5EA Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #9BA5EA

Tints of Perano #9BA5EA

Color information

#9BA5EA (or 0x9BA5EA) is unknown color: approx Perano. HEX triplet: 9B, A5 and EA. RGB value is (155,165,234). Sum of RGB (Red+Green+Blue) = 155+165+234=554 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.98% from 554); Green value is 165 (64.84% from 255 or 29.78% from 554); Blue value is 234 (91.80% from 255 or 42.24% from 554); Max value from RGB is 234 - color contains mainly: blue. Hex color #9BA5EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BA5EA is #645A15. Grayscale: #A9A9A9. Windows color (decimal): -6576662 or 15377819. OLE color: 15377819.

HSL color Cylindrical-coordinate representation of color #9BA5EA: hue angle of 232.41º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BA5EA is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB155165234-
CMYK0.340.2900.08
HSL232.41º65.29%76.27%-
HSV(B)232.41º33.76%91.76%-
XYZ41.8239.8283.32-
YUV169.88164.19117.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 155 (60.94% from 255) = 27.98%
GREEN value IS 165 (64.84% from 255) = 29.78%
BLUE value IS 234 (91.80% from 255) = 42.24%
R=27.98%
G=29.78%
B=42.24%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1551652340.340.2900.08232.4165.2976.27
Hex9BA5EA221D08e8414c
Octal2332453524235010350101114
Binary10011011101001011110101010001011101010001110100010000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9BA5EA; }

 p { color: rgb(155,165,234); }

 H1.HeaderClassName
 {
   color: #9BA5EA;
 }
 .AnyTagClassName
 {
   color: #9BA5EA;
 }
</style>
background-color css

<style>
 a { background-color: #9BA5EA; }

 a { background-color: rgb(155,165,234); }

 div.DivClassName
 {
   background-color: #9BA5EA;
 }
 .BgClassName
 {
   background-color: #9BA5EA;
 }
</style>
border-color css

<style>
 span { border-color: #9BA5EA; }

 span { border-color: rgb(155,165,234); }

 td.TdClassName
 {
   border-color: #9BA5EA;
 }
 .TagClassName
 {
   border-color: #9BA5EA;
 }
</style>