#9C9FFC

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

Shades of Perano #9C9FFC

Tints of Perano #9C9FFC

Color information

#9C9FFC (or 0x9C9FFC) is unknown color: approx Perano. HEX triplet: 9C, 9F and FC. RGB value is (156,159,252). Sum of RGB (Red+Green+Blue) = 156+159+252=567 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.51% from 567); Green value is 159 (62.5% from 255 or 28.04% from 567); Blue value is 252 (98.83% from 255 or 44.44% from 567); Max value from RGB is 252 - color contains mainly: blue. Hex color #9C9FFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C9FFC is #636003. Grayscale: #A8A8A8. Windows color (decimal): -6512644 or 16555932. OLE color: 16555932.

HSL color Cylindrical-coordinate representation of color #9C9FFC: hue angle of 238.12º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9C9FFC is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB156159252-
CMYK0.380.3700.01
HSL238.12º94.12%80%-
HSV(B)238.12º38.1%98.82%-
XYZ43.6838.8997.3-
YUV168.7175.01118.94-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.51%
GREEN value IS 159 (62.5% from 255) = 28.04%
BLUE value IS 252 (98.83% from 255) = 44.44%
R=27.51%
G=28.04%
B=44.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1561592520.380.3700.01238.1294.1280
Hex9C9FFC262501ee5e50
Octal234237374464501356136120
Binary100111001001111111111100100110100101011110111010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,159,252); }

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

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

 a { background-color: rgb(156,159,252); }

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

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

 span { border-color: rgb(156,159,252); }

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