#9BA5EC

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

Shades of Perano #9BA5EC

Tints of Perano #9BA5EC

Color information

#9BA5EC (or 0x9BA5EC) is unknown color: approx Perano. HEX triplet: 9B, A5 and EC. RGB value is (155,165,236). Sum of RGB (Red+Green+Blue) = 155+165+236=556 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.88% from 556); Green value is 165 (64.84% from 255 or 29.68% from 556); Blue value is 236 (92.58% from 255 or 42.45% from 556); Max value from RGB is 236 - color contains mainly: blue. Hex color #9BA5EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BA5EC is #645A13. Grayscale: #A9A9A9. Windows color (decimal): -6576660 or 15508891. OLE color: 15508891.

HSL color Cylindrical-coordinate representation of color #9BA5EC: hue angle of 232.59º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BA5EC is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB155165236-
CMYK0.340.3000.07
HSL232.59º68.07%76.67%-
HSV(B)232.59º34.32%92.55%-
XYZ42.1139.9384.85-
YUV170.1165.19117.23-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.88%
GREEN value IS 165 (64.84% from 255) = 29.68%
BLUE value IS 236 (92.58% from 255) = 42.45%
R=27.88%
G=29.68%
B=42.45%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1551652360.340.3000.07232.5968.0776.67
Hex9BA5EC221E07e9444d
Octal233245354423607351104115
Binary1001101110100101111011001000101111001111110100110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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