#9BA6F4

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

Shades of Perano #9BA6F4

Tints of Perano #9BA6F4

Color information

#9BA6F4 (or 0x9BA6F4) is unknown color: approx Perano. HEX triplet: 9B, A6 and F4. RGB value is (155,166,244). Sum of RGB (Red+Green+Blue) = 155+166+244=565 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.43% from 565); Green value is 166 (65.23% from 255 or 29.38% from 565); Blue value is 244 (95.70% from 255 or 43.19% from 565); Max value from RGB is 244 - color contains mainly: blue. Hex color #9BA6F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BA6F4 is #64590B. Grayscale: #ABABAB. Windows color (decimal): -6576396 or 16033435. OLE color: 16033435.

HSL color Cylindrical-coordinate representation of color #9BA6F4: hue angle of 232.58º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BA6F4 is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB155166244-
CMYK0.360.3200.04
HSL232.58º80.18%78.24%-
HSV(B)232.58º36.48%95.69%-
XYZ43.4840.7791.17-
YUV171.6168.86116.16-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.43%
GREEN value IS 166 (65.23% from 255) = 29.38%
BLUE value IS 244 (95.70% from 255) = 43.19%
R=27.43%
G=29.38%
B=43.19%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1551662440.360.3200.04232.5880.1878.24
Hex9BA6F4242004e9504e
Octal233246364444004351120116
Binary10011011101001101111010010010010000001001110100110100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA6F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,166,244); }

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

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

 a { background-color: rgb(155,166,244); }

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

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

 span { border-color: rgb(155,166,244); }

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