#9CA8FE

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

Shades of Perano #9CA8FE

Tints of Perano #9CA8FE

Color information

#9CA8FE (or 0x9CA8FE) is unknown color: approx Perano. HEX triplet: 9C, A8 and FE. RGB value is (156,168,254). Sum of RGB (Red+Green+Blue) = 156+168+254=578 (76% of max value = 765). Red value is 156 (61.33% from 255 or 26.99% from 578); Green value is 168 (66.02% from 255 or 29.07% from 578); Blue value is 254 (99.61% from 255 or 43.94% from 578); Max value from RGB is 254 - color contains mainly: blue. Hex color #9CA8FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9CA8FE is #635701. Grayscale: #ADADAD. Windows color (decimal): -6510338 or 16689308. OLE color: 16689308.

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

Color convert

RGB156168254-
CMYK0.390.3400.00
HSL232.65º98%80.39%-
HSV(B)232.65º38.58%99.61%-
XYZ45.642.2399.51-
YUV174.22173.02115.01-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.99%
GREEN value IS 168 (66.02% from 255) = 29.07%
BLUE value IS 254 (99.61% from 255) = 43.94%
R=26.99%
G=29.07%
B=43.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1561682540.390.3400.00232.659880.39
Hex9CA8FE272200e96250
Octal234250376474200351142120
Binary100111001010100011111110100111100010001110100111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,168,254); }

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

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

 a { background-color: rgb(156,168,254); }

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

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

 span { border-color: rgb(156,168,254); }

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