#9CABFF

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

Shades of Perano #9CABFF

Tints of Perano #9CABFF

Color information

#9CABFF (or 0x9CABFF) is unknown color: approx Perano. HEX triplet: 9C, AB and FF. RGB value is (156,171,255). Sum of RGB (Red+Green+Blue) = 156+171+255=582 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.80% from 582); Green value is 171 (67.19% from 255 or 29.38% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #9CABFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9CABFF is #635400. Grayscale: #AFAFAF. Windows color (decimal): -6509569 or 16755612. OLE color: 16755612.

HSL color Cylindrical-coordinate representation of color #9CABFF: hue angle of 230.91º 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 #9CABFF is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB156171255-
CMYK0.390.3300
HSL230.91º100%80.59%-
HSV(B)230.91º38.82%100%-
XYZ46.3243.41100.55-
YUV176.09172.53113.67-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.80%
GREEN value IS 171 (67.19% from 255) = 29.38%
BLUE value IS 255 (100% from 255) = 43.81%
R=26.80%
G=29.38%
B=43.81%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1561712550.390.3300230.9110080.59
Hex9CABFF272100e76451
Octal234253377474100347144121
Binary100111001010101111111111100111100001001110011111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CABFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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