#929EDD

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

Shades of Portage #929EDD

Tints of Portage #929EDD

Color information

#929EDD (or 0x929EDD) is unknown color: approx Portage. HEX triplet: 92, 9E and DD. RGB value is (146,158,221). Sum of RGB (Red+Green+Blue) = 146+158+221=525 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.81% from 525); Green value is 158 (62.11% from 255 or 30.10% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #929EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929EDD is #6D6122. Grayscale: #A1A1A1. Windows color (decimal): -7168291 or 14524050. OLE color: 14524050.

HSL color Cylindrical-coordinate representation of color #929EDD: hue angle of 230.4º degrees, saturation: 0.52, 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 #929EDD is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB146158221-
CMYK0.340.2900.13
HSL230.4º52.45%71.96%-
HSV(B)230.4º33.94%86.67%-
XYZ37.1335.7973.36-
YUV161.59161.52116.88-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.81%
GREEN value IS 158 (62.11% from 255) = 30.10%
BLUE value IS 221 (86.72% from 255) = 42.10%
R=27.81%
G=30.10%
B=42.10%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1461582210.340.2900.13230.452.4571.96
Hex929EDD221D0De63448
Octal222236335423501534664110
Binary1001001010011110110111011000101110101101111001101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,158,221); }

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

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

 a { background-color: rgb(146,158,221); }

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

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

 span { border-color: rgb(146,158,221); }

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