Html Css Color HEX #919FE0 Portage

📋 copy color: '#919FE0'

red 145 ◦ green 159 ◦ blue 224

#919FE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Portage #919FE0

Tints of Portage #919FE0

RGB

 RED value IS 145 (57.03% from 255) = 27.46%

 GREEN value IS 159 (62.5% from 255) = 30.11%

 BLUE value IS 224 (87.89% from 255) = 42.42%

R = 27.46%
G = 30.11%
B = 42.42%

CMYK

 C value IS 0.35

 M value IS 0.29

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#919FE0 (or 0x919FE0) is known color: Portage. HEX triplet: 91, 9F and E0. RGB value is (145,159,224). Sum of RGB (Red+Green+Blue) = 145+159+224=528 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.46% from 528); Green value is 159 (62.5% from 255 or 30.11% from 528); Blue value is 224 (87.89% from 255 or 42.42% from 528); Max value from RGB is 224 - color contains mainly: blue. Hex color #919FE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919FE0 is #6E601F. Grayscale: #A1A1A1. Windows color (decimal): -7233568 or 14720913. OLE color: 14720913.

HSL color Cylindrical-coordinate representation of color #919FE0: hue angle of 229.37º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #919FE0 is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 145 159 224 -
CMYK 0.35 0.29 0 0.12
HSL 229.37º 0.56% 0.72% -
HSV(B) 229.37º 0.35% 0.88% -
XYZ 37.53 36.2 75.53 -
YUV 162.22 162.86 115.71 -
System Red Green Blue C M Y K H S L
Decimal 145 159 224 0.35 0.29 0 0.12 229.37 0.56 0.72
Hex 91 9F E0 23 1D 0 C E5 38 48
Octal 221 237 340 43 35 0 14 345 70 110
Binary 10010001 10011111 11100000 100011 11101 0 1100 11100101 111000 1001000

Color Harmonies of #919FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919FE0

Black with #919FE0

Text Example


Text Example

White with #919FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,159,224); }

 H1.HeaderClassName
 {
   color: #919FE0;
 }
 .AnyTagClassName
 {
   color: #919FE0;
 }
</style>

background-color css

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

 a { background-color: rgb(145,159,224); }

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

border-color css

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

 span { border-color: rgb(145,159,224); }

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