#9BABE9

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

Shades of Perano #9BABE9

Tints of Perano #9BABE9

Color information

#9BABE9 (or 0x9BABE9) is unknown color: approx Perano. HEX triplet: 9B, AB and E9. RGB value is (155,171,233). Sum of RGB (Red+Green+Blue) = 155+171+233=559 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.73% from 559); Green value is 171 (67.19% from 255 or 30.59% from 559); Blue value is 233 (91.41% from 255 or 41.68% from 559); Max value from RGB is 233 - color contains mainly: blue. Hex color #9BABE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BABE9 is #645416. Grayscale: #ADADAD. Windows color (decimal): -6575127 or 15313819. OLE color: 15313819.

HSL color Cylindrical-coordinate representation of color #9BABE9: hue angle of 227.69º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BABE9 is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB155171233-
CMYK0.330.2700.09
HSL227.69º63.93%76.08%-
HSV(B)227.69º33.48%91.37%-
XYZ42.7941.9882.94-
YUV173.28161.7114.96-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.73%
GREEN value IS 171 (67.19% from 255) = 30.59%
BLUE value IS 233 (91.41% from 255) = 41.68%
R=27.73%
G=30.59%
B=41.68%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1551712330.330.2700.09227.6963.9376.08
Hex9BABE9211B09e4404c
Octal2332533514133011344100114
Binary10011011101010111110100110000111011010011110010010000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BABE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,171,233); }

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

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

 a { background-color: rgb(155,171,233); }

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

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

 span { border-color: rgb(155,171,233); }

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