#929CC9

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

Shades of Portage #929CC9

Tints of Portage #929CC9

Color information

#929CC9 (or 0x929CC9) is unknown color: approx Portage. HEX triplet: 92, 9C and C9. RGB value is (146,156,201). Sum of RGB (Red+Green+Blue) = 146+156+201=503 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.03% from 503); Green value is 156 (61.33% from 255 or 31.01% from 503); Blue value is 201 (78.91% from 255 or 39.96% from 503); Max value from RGB is 201 - color contains mainly: blue. Hex color #929CC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929CC9 is #6D6336. Grayscale: #9D9D9D. Windows color (decimal): -7168823 or 13212818. OLE color: 13212818.

HSL color Cylindrical-coordinate representation of color #929CC9: hue angle of 229.09º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #929CC9 is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB146156201-
CMYK0.270.2200.21
HSL229.09º33.74%68.04%-
HSV(B)229.09º27.36%78.82%-
XYZ34.2934.160.03-
YUV158.14152.19119.34-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.03%
GREEN value IS 156 (61.33% from 255) = 31.01%
BLUE value IS 201 (78.91% from 255) = 39.96%
R=29.03%
G=31.01%
B=39.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1461562010.270.2200.21229.0933.7468.04
Hex929CC91B16015e52244
Octal222234311332602534542104
Binary1001001010011100110010011101110110010101111001011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929CC9; }

 p { color: rgb(146,156,201); }

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

<style>
 a { background-color: #929CC9; }

 a { background-color: rgb(146,156,201); }

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

<style>
 span { border-color: #929CC9; }

 span { border-color: rgb(146,156,201); }

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