#929CDE

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

Shades of Portage #929CDE

Tints of Portage #929CDE

Color information

#929CDE (or 0x929CDE) is unknown color: approx Portage. HEX triplet: 92, 9C and DE. RGB value is (146,156,222). Sum of RGB (Red+Green+Blue) = 146+156+222=524 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.86% from 524); Green value is 156 (61.33% from 255 or 29.77% from 524); Blue value is 222 (87.11% from 255 or 42.37% from 524); Max value from RGB is 222 - color contains mainly: blue. Hex color #929CDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929CDE is #6D6321. Grayscale: #A0A0A0. Windows color (decimal): -7168802 or 14589074. OLE color: 14589074.

HSL color Cylindrical-coordinate representation of color #929CDE: hue angle of 232.11º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #929CDE is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB146156222-
CMYK0.340.3000.13
HSL232.11º53.52%72.16%-
HSV(B)232.11º34.23%87.06%-
XYZ36.9335.1673.95-
YUV160.53162.69117.63-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.86%
GREEN value IS 156 (61.33% from 255) = 29.77%
BLUE value IS 222 (87.11% from 255) = 42.37%
R=27.86%
G=29.77%
B=42.37%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1461562220.340.3000.13232.1153.5272.16
Hex929CDE221E0De83648
Octal222234336423601535066110
Binary1001001010011100110111101000101111001101111010001101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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