#919AF4

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

Shades of Portage #919AF4

Tints of Portage #919AF4

Color information

#919AF4 (or 0x919AF4) is unknown color: approx Portage. HEX triplet: 91, 9A and F4. RGB value is (145,154,244). Sum of RGB (Red+Green+Blue) = 145+154+244=543 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.70% from 543); Green value is 154 (60.55% from 255 or 28.36% from 543); Blue value is 244 (95.70% from 255 or 44.94% from 543); Max value from RGB is 244 - color contains mainly: blue. Hex color #919AF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #919AF4 is #6E650B. Grayscale: #A1A1A1. Windows color (decimal): -7234828 or 16030353. OLE color: 16030353.

HSL color Cylindrical-coordinate representation of color #919AF4: hue angle of 234.55º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #919AF4 is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB145154244-
CMYK0.410.3700.04
HSL234.55º81.82%76.27%-
HSV(B)234.55º40.57%95.69%-
XYZ39.5635.6690.39-
YUV161.57174.52116.18-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.70%
GREEN value IS 154 (60.55% from 255) = 28.36%
BLUE value IS 244 (95.70% from 255) = 44.94%
R=26.70%
G=28.36%
B=44.94%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1451542440.410.3700.04234.5581.8276.27
Hex919AF4292504eb524c
Octal221232364514504353122114
Binary10010001100110101111010010100110010101001110101110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919AF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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