#919CD0

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

Shades of Portage #919CD0

Tints of Portage #919CD0

Color information

#919CD0 (or 0x919CD0) is unknown color: approx Portage. HEX triplet: 91, 9C and D0. RGB value is (145,156,208). Sum of RGB (Red+Green+Blue) = 145+156+208=509 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.49% from 509); Green value is 156 (61.33% from 255 or 30.65% from 509); Blue value is 208 (81.64% from 255 or 40.86% from 509); Max value from RGB is 208 - color contains mainly: blue. Hex color #919CD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919CD0 is #6E632F. Grayscale: #9E9E9E. Windows color (decimal): -7234352 or 13671569. OLE color: 13671569.

HSL color Cylindrical-coordinate representation of color #919CD0: hue angle of 229.52º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #919CD0 is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB145156208-
CMYK0.300.2500.18
HSL229.52º40.13%69.22%-
HSV(B)229.52º30.29%81.57%-
XYZ34.9534.3564.46-
YUV158.64155.86118.27-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.49%
GREEN value IS 156 (61.33% from 255) = 30.65%
BLUE value IS 208 (81.64% from 255) = 40.86%
R=28.49%
G=30.65%
B=40.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1451562080.300.2500.18229.5240.1369.22
Hex919CD01E19012e62845
Octal221234320363102234650105
Binary1001000110011100110100001111011001010010111001101010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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