#919ADC

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

Shades of Portage #919ADC

Tints of Portage #919ADC

Color information

#919ADC (or 0x919ADC) is unknown color: approx Portage. HEX triplet: 91, 9A and DC. RGB value is (145,154,220). Sum of RGB (Red+Green+Blue) = 145+154+220=519 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.94% from 519); Green value is 154 (60.55% from 255 or 29.67% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #919ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919ADC is #6E6523. Grayscale: #9E9E9E. Windows color (decimal): -7234852 or 14457489. OLE color: 14457489.

HSL color Cylindrical-coordinate representation of color #919ADC: hue angle of 232.8º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #919ADC is Cyan = 0.34, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB145154220-
CMYK0.340.300.14
HSL232.8º51.72%71.57%-
HSV(B)232.8º34.09%86.27%-
XYZ36.1534.372.43-
YUV158.83162.52118.13-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.94%
GREEN value IS 154 (60.55% from 255) = 29.67%
BLUE value IS 220 (86.33% from 255) = 42.39%
R=27.94%
G=29.67%
B=42.39%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1451542200.340.300.14232.851.7271.57
Hex919ADC221E0Ee93448
Octal221232334423601635164110
Binary1001000110011010110111001000101111001110111010011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,154,220); }

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

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

 a { background-color: rgb(145,154,220); }

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

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

 span { border-color: rgb(145,154,220); }

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