#929DEE

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

Shades of Portage #929DEE

Tints of Portage #929DEE

Color information

#929DEE (or 0x929DEE) is unknown color: approx Portage. HEX triplet: 92, 9D and EE. RGB value is (146,157,238). Sum of RGB (Red+Green+Blue) = 146+157+238=541 (71% of max value = 765). Red value is 146 (57.42% from 255 or 26.99% from 541); Green value is 157 (61.72% from 255 or 29.02% from 541); Blue value is 238 (93.36% from 255 or 43.99% from 541); Max value from RGB is 238 - color contains mainly: blue. Hex color #929DEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #929DEE is #6D6211. Grayscale: #A2A2A2. Windows color (decimal): -7168530 or 15637906. OLE color: 15637906.

HSL color Cylindrical-coordinate representation of color #929DEE: hue angle of 232.83º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #929DEE is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB146157238-
CMYK0.390.3400.07
HSL232.83º73.02%75.29%-
HSV(B)232.83º38.66%93.33%-
XYZ39.3436.485.84-
YUV162.94170.36115.91-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.99%
GREEN value IS 157 (61.72% from 255) = 29.02%
BLUE value IS 238 (93.36% from 255) = 43.99%
R=26.99%
G=29.02%
B=43.99%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1461572380.390.3400.07232.8373.0275.29
Hex929DEE272207e9494b
Octal222235356474207351111113
Binary10010010100111011110111010011110001001111110100110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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