#919CED

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

Shades of Portage #919CED

Tints of Portage #919CED

Color information

#919CED (or 0x919CED) is unknown color: approx Portage. HEX triplet: 91, 9C and ED. RGB value is (145,156,237). Sum of RGB (Red+Green+Blue) = 145+156+237=538 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.95% from 538); Green value is 156 (61.33% from 255 or 29.00% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 237 - color contains mainly: blue. Hex color #919CED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #919CED is #6E6312. Grayscale: #A1A1A1. Windows color (decimal): -7234323 or 15572113. OLE color: 15572113.

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

Color convert

RGB145156237-
CMYK0.390.3400.07
HSL232.83º71.88%74.9%-
HSV(B)232.83º38.82%92.94%-
XYZ38.8535.9185-
YUV161.94170.36115.91-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.95%
GREEN value IS 156 (61.33% from 255) = 29.00%
BLUE value IS 237 (92.97% from 255) = 44.05%
R=26.95%
G=29.00%
B=44.05%

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
Decimal1451562370.390.3400.07232.8371.8874.9
Hex919CED272207e9484b
Octal221234355474207351110113
Binary10010001100111001110110110011110001001111110100110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,156,237); }

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

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

 a { background-color: rgb(145,156,237); }

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

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

 span { border-color: rgb(145,156,237); }

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