#9BA9EB

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

Shades of Perano #9BA9EB

Tints of Perano #9BA9EB

Color information

#9BA9EB (or 0x9BA9EB) is unknown color: approx Perano. HEX triplet: 9B, A9 and EB. RGB value is (155,169,235). Sum of RGB (Red+Green+Blue) = 155+169+235=559 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.73% from 559); Green value is 169 (66.41% from 255 or 30.23% from 559); Blue value is 235 (92.19% from 255 or 42.04% from 559); Max value from RGB is 235 - color contains mainly: blue. Hex color #9BA9EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BA9EB is #645614. Grayscale: #ACACAC. Windows color (decimal): -6575637 or 15444379. OLE color: 15444379.

HSL color Cylindrical-coordinate representation of color #9BA9EB: hue angle of 229.5º degrees, saturation: 0.67, 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 #9BA9EB is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB155169235-
CMYK0.340.2800.08
HSL229.5º66.67%76.47%-
HSV(B)229.5º34.04%92.16%-
XYZ42.741.3484.33-
YUV172.34163.36115.63-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.73%
GREEN value IS 169 (66.41% from 255) = 30.23%
BLUE value IS 235 (92.19% from 255) = 42.04%
R=27.73%
G=30.23%
B=42.04%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1551692350.340.2800.08229.566.6776.47
Hex9BA9EB221C08e6434c
Octal2332513534234010346103114
Binary10011011101010011110101110001011100010001110011010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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