#999CFC

Color #999CFC Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #999CFC

Tints of Portage #999CFC

Color information

#999CFC (or 0x999CFC) is unknown color: approx Portage. HEX triplet: 99, 9C and FC. RGB value is (153,156,252). Sum of RGB (Red+Green+Blue) = 153+156+252=561 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.27% from 561); Green value is 156 (61.33% from 255 or 27.81% from 561); Blue value is 252 (98.83% from 255 or 44.92% from 561); Max value from RGB is 252 - color contains mainly: blue. Hex color #999CFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999CFC is #666303. Grayscale: #A5A5A5. Windows color (decimal): -6710020 or 16555161. OLE color: 16555161.

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

Color convert

RGB153156252-
CMYK0.390.3800.01
HSL238.18º94.29%79.41%-
HSV(B)238.18º39.29%98.82%-
XYZ42.637.5897.1-
YUV166.05176.51118.69-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.27%
GREEN value IS 156 (61.33% from 255) = 27.81%
BLUE value IS 252 (98.83% from 255) = 44.92%
R=27.27%
G=27.81%
B=44.92%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1531562520.390.3800.01238.1894.2979.41
Hex999CFC272601ee5e4f
Octal231234374474601356136117
Binary100110011001110011111100100111100110011110111010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999CFC; }

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

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

<style>
 a { background-color: #999CFC; }

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

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

<style>
 span { border-color: #999CFC; }

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

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