#929CCA

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

Shades of Portage #929CCA

Tints of Portage #929CCA

Color information

#929CCA (or 0x929CCA) is unknown color: approx Portage. HEX triplet: 92, 9C and CA. RGB value is (146,156,202). Sum of RGB (Red+Green+Blue) = 146+156+202=504 (66% of max value = 765). Red value is 146 (57.42% from 255 or 28.97% from 504); Green value is 156 (61.33% from 255 or 30.95% from 504); Blue value is 202 (79.30% from 255 or 40.08% from 504); Max value from RGB is 202 - color contains mainly: blue. Hex color #929CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929CCA is #6D6335. Grayscale: #9E9E9E. Windows color (decimal): -7168822 or 13278354. OLE color: 13278354.

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

Color convert

RGB146156202-
CMYK0.280.2300.21
HSL229.29º34.57%68.24%-
HSV(B)229.29º27.72%79.22%-
XYZ34.434.1560.66-
YUV158.25152.69119.26-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.97%
GREEN value IS 156 (61.33% from 255) = 30.95%
BLUE value IS 202 (79.30% from 255) = 40.08%
R=28.97%
G=30.95%
B=40.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1461562020.280.2300.21229.2934.5768.24
Hex929CCA1C17015e52344
Octal222234312342702534543104
Binary1001001010011100110010101110010111010101111001011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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