#9CB7FF

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

Shades of Perano #9CB7FF

Tints of Perano #9CB7FF

Color information

#9CB7FF (or 0x9CB7FF) is unknown color: approx Perano. HEX triplet: 9C, B7 and FF. RGB value is (156,183,255). Sum of RGB (Red+Green+Blue) = 156+183+255=594 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.26% from 594); Green value is 183 (71.88% from 255 or 30.81% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #9CB7FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CB7FF is #634800. Grayscale: #B6B6B6. Windows color (decimal): -6506497 or 16758684. OLE color: 16758684.

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

Color convert

RGB156183255-
CMYK0.390.2800
HSL223.64º100%80.59%-
HSV(B)223.64º38.82%100%-
XYZ48.6948.15101.34-
YUV183.14168.55108.65-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.26%
GREEN value IS 183 (71.88% from 255) = 30.81%
BLUE value IS 255 (100% from 255) = 42.93%
R=26.26%
G=30.81%
B=42.93%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1561832550.390.2800223.6410080.59
Hex9CB7FF271C00e06451
Octal234267377473400340144121
Binary10011100101101111111111110011111100001110000011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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