#919ADF

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

Shades of Portage #919ADF

Tints of Portage #919ADF

Color information

#919ADF (or 0x919ADF) is unknown color: approx Portage. HEX triplet: 91, 9A and DF. RGB value is (145,154,223). Sum of RGB (Red+Green+Blue) = 145+154+223=522 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.78% from 522); Green value is 154 (60.55% from 255 or 29.50% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 223 - color contains mainly: blue. Hex color #919ADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919ADF is #6E6520. Grayscale: #9E9E9E. Windows color (decimal): -7234849 or 14654097. OLE color: 14654097.

HSL color Cylindrical-coordinate representation of color #919ADF: hue angle of 233.08º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #919ADF is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB145154223-
CMYK0.350.3100.13
HSL233.08º54.93%72.16%-
HSV(B)233.08º34.98%87.45%-
XYZ36.5534.4674.54-
YUV159.17164.02117.89-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.78%
GREEN value IS 154 (60.55% from 255) = 29.50%
BLUE value IS 223 (87.5% from 255) = 42.72%
R=27.78%
G=29.50%
B=42.72%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1451542230.350.3100.13233.0854.9372.16
Hex919ADF231F0De93748
Octal221232337433701535167110
Binary1001000110011010110111111000111111101101111010011101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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