#919DEE

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

Shades of Portage #919DEE

Tints of Portage #919DEE

Color information

#919DEE (or 0x919DEE) is unknown color: approx Portage. HEX triplet: 91, 9D and EE. RGB value is (145,157,238). Sum of RGB (Red+Green+Blue) = 145+157+238=540 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.85% from 540); Green value is 157 (61.72% from 255 or 29.07% from 540); Blue value is 238 (93.36% from 255 or 44.07% from 540); Max value from RGB is 238 - color contains mainly: blue. Hex color #919DEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #919DEE is #6E6211. Grayscale: #A2A2A2. Windows color (decimal): -7234066 or 15637905. OLE color: 15637905.

HSL color Cylindrical-coordinate representation of color #919DEE: hue angle of 232.26º 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 #919DEE is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB145157238-
CMYK0.390.3400.07
HSL232.26º73.23%75.1%-
HSV(B)232.26º39.08%93.33%-
XYZ39.1736.3185.83-
YUV162.65170.52115.41-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.85%
GREEN value IS 157 (61.72% from 255) = 29.07%
BLUE value IS 238 (93.36% from 255) = 44.07%
R=26.85%
G=29.07%
B=44.07%

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
Decimal1451572380.390.3400.07232.2673.2375.1
Hex919DEE272207e8494b
Octal221235356474207350111113
Binary10010001100111011110111010011110001001111110100010010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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