#9BA9EF

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

Shades of Perano #9BA9EF

Tints of Perano #9BA9EF

Color information

#9BA9EF (or 0x9BA9EF) is unknown color: approx Perano. HEX triplet: 9B, A9 and EF. RGB value is (155,169,239). Sum of RGB (Red+Green+Blue) = 155+169+239=563 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.53% from 563); Green value is 169 (66.41% from 255 or 30.02% from 563); Blue value is 239 (93.75% from 255 or 42.45% from 563); Max value from RGB is 239 - color contains mainly: blue. Hex color #9BA9EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BA9EF is #645610. Grayscale: #ACACAC. Windows color (decimal): -6575633 or 15706523. OLE color: 15706523.

HSL color Cylindrical-coordinate representation of color #9BA9EF: hue angle of 230º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BA9EF is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB155169239-
CMYK0.350.2900.06
HSL230º72.41%77.25%-
HSV(B)230º35.15%93.73%-
XYZ43.2941.5887.41-
YUV172.79165.36115.31-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.53%
GREEN value IS 169 (66.41% from 255) = 30.02%
BLUE value IS 239 (93.75% from 255) = 42.45%
R=27.53%
G=30.02%
B=42.45%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1551692390.350.2900.0623072.4177.25
Hex9BA9EF231D06e6484d
Octal233251357433506346110115
Binary1001101110101001111011111000111110101101110011010010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,169,239); }

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

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

 a { background-color: rgb(155,169,239); }

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

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

 span { border-color: rgb(155,169,239); }

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