#9BA7EB

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

Shades of Perano #9BA7EB

Tints of Perano #9BA7EB

Color information

#9BA7EB (or 0x9BA7EB) is unknown color: approx Perano. HEX triplet: 9B, A7 and EB. RGB value is (155,167,235). Sum of RGB (Red+Green+Blue) = 155+167+235=557 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.83% from 557); Green value is 167 (65.62% from 255 or 29.98% from 557); Blue value is 235 (92.19% from 255 or 42.19% from 557); Max value from RGB is 235 - color contains mainly: blue. Hex color #9BA7EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BA7EB is #645814. Grayscale: #AAAAAA. Windows color (decimal): -6576149 or 15443867. OLE color: 15443867.

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

Color convert

RGB155167235-
CMYK0.340.2900.08
HSL231º66.67%76.47%-
HSV(B)231º34.04%92.16%-
XYZ42.3340.684.2-
YUV171.16164.02116.47-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.83%
GREEN value IS 167 (65.62% from 255) = 29.98%
BLUE value IS 235 (92.19% from 255) = 42.19%
R=27.83%
G=29.98%
B=42.19%

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
Decimal1551672350.340.2900.0823166.6776.47
Hex9BA7EB221D08e7434c
Octal2332473534235010347103114
Binary10011011101001111110101110001011101010001110011110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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