#9CB2FF

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

Shades of Perano #9CB2FF

Tints of Perano #9CB2FF

Color information

#9CB2FF (or 0x9CB2FF) is unknown color: approx Perano. HEX triplet: 9C, B2 and FF. RGB value is (156,178,255). Sum of RGB (Red+Green+Blue) = 156+178+255=589 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.49% from 589); Green value is 178 (69.92% from 255 or 30.22% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #9CB2FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9CB2FF is #634D00. Grayscale: #B3B3B3. Windows color (decimal): -6507777 or 16757404. OLE color: 16757404.

HSL color Cylindrical-coordinate representation of color #9CB2FF: hue angle of 226.67º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9CB2FF is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB156178255-
CMYK0.390.3000
HSL226.67º100%80.59%-
HSV(B)226.67º38.82%100%-
XYZ47.6846.13101-
YUV180.2170.21110.74-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.49%
GREEN value IS 178 (69.92% from 255) = 30.22%
BLUE value IS 255 (100% from 255) = 43.29%
R=26.49%
G=30.22%
B=43.29%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1561782550.390.3000226.6710080.59
Hex9CB2FF271E00e36451
Octal234262377473600343144121
Binary10011100101100101111111110011111110001110001111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,178,255); }

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

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

 a { background-color: rgb(156,178,255); }

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

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

 span { border-color: rgb(156,178,255); }

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