#929DE4

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

Shades of Portage #929DE4

Tints of Portage #929DE4

Color information

#929DE4 (or 0x929DE4) is unknown color: approx Portage. HEX triplet: 92, 9D and E4. RGB value is (146,157,228). Sum of RGB (Red+Green+Blue) = 146+157+228=531 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.50% from 531); Green value is 157 (61.72% from 255 or 29.57% from 531); Blue value is 228 (89.45% from 255 or 42.94% from 531); Max value from RGB is 228 - color contains mainly: blue. Hex color #929DE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929DE4 is #6D621B. Grayscale: #A1A1A1. Windows color (decimal): -7168540 or 14982546. OLE color: 14982546.

HSL color Cylindrical-coordinate representation of color #929DE4: hue angle of 231.95º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #929DE4 is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB146157228-
CMYK0.360.3100.11
HSL231.95º60.29%73.33%-
HSV(B)231.95º35.96%89.41%-
XYZ37.9135.8378.32-
YUV161.8165.36116.73-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.50%
GREEN value IS 157 (61.72% from 255) = 29.57%
BLUE value IS 228 (89.45% from 255) = 42.94%
R=27.50%
G=29.57%
B=42.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1461572280.360.3100.11231.9560.2973.33
Hex929DE4241F0Be83c49
Octal222235344443701335074111
Binary1001001010011101111001001001001111101011111010001111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,157,228); }

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

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

 a { background-color: rgb(146,157,228); }

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

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

 span { border-color: rgb(146,157,228); }

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