#9BA5EF

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

Shades of Perano #9BA5EF

Tints of Perano #9BA5EF

Color information

#9BA5EF (or 0x9BA5EF) is unknown color: approx Perano. HEX triplet: 9B, A5 and EF. RGB value is (155,165,239). Sum of RGB (Red+Green+Blue) = 155+165+239=559 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.73% from 559); Green value is 165 (64.84% from 255 or 29.52% from 559); Blue value is 239 (93.75% from 255 or 42.75% from 559); Max value from RGB is 239 - color contains mainly: blue. Hex color #9BA5EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BA5EF is #645A10. Grayscale: #AAAAAA. Windows color (decimal): -6576657 or 15705499. OLE color: 15705499.

HSL color Cylindrical-coordinate representation of color #9BA5EF: hue angle of 232.86º 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 #9BA5EF is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB155165239-
CMYK0.350.3100.06
HSL232.86º72.41%77.25%-
HSV(B)232.86º35.15%93.73%-
XYZ42.5540.1187.16-
YUV170.45166.69116.98-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.73%
GREEN value IS 165 (64.84% from 255) = 29.52%
BLUE value IS 239 (93.75% from 255) = 42.75%
R=27.73%
G=29.52%
B=42.75%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1551652390.350.3100.06232.8672.4177.25
Hex9BA5EF231F06e9484d
Octal233245357433706351110115
Binary1001101110100101111011111000111111101101110100110010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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