Html Css Color HEX #919EE6 Portage

📋 copy color: '#919EE6'

red 145 ◦ green 158 ◦ blue 230

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

Shades of Portage #919EE6

Tints of Portage #919EE6

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.64%

 BLUE value IS 230 (90.23% from 255) = 43.15%

R = 27.2%
G = 29.64%
B = 43.15%

CMYK

 C value IS 0.37

 M value IS 0.31

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#919EE6 (or 0x919EE6) is known color: Portage. HEX triplet: 91, 9E and E6. RGB value is (145,158,230). Sum of RGB (Red+Green+Blue) = 145+158+230=533 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.20% from 533); Green value is 158 (62.11% from 255 or 29.64% from 533); Blue value is 230 (90.23% from 255 or 43.15% from 533); Max value from RGB is 230 - color contains mainly: blue. Hex color #919EE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #919EE6 is #6E6119. Grayscale: #A2A2A2. Windows color (decimal): -7233818 or 15113873. OLE color: 15113873.

HSL color Cylindrical-coordinate representation of color #919EE6: hue angle of 230.82º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #919EE6 is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 145 158 230 -
CMYK 0.37 0.31 0 0.10
HSL 230.82º 0.63% 0.74% -
HSV(B) 230.82º 0.37% 0.9% -
XYZ 38.19 36.19 79.83 -
YUV 162.32 166.19 115.65 -
System Red Green Blue C M Y K H S L
Decimal 145 158 230 0.37 0.31 0 0.10 230.82 0.63 0.74
Hex 91 9E E6 25 1F 0 A E7 3F 4A
Octal 221 236 346 45 37 0 12 347 77 112
Binary 10010001 10011110 11100110 100101 11111 0 1010 11100111 111111 1001010

Color Harmonies of #919EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919EE6

Black with #919EE6

Text Example


Text Example

White with #919EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,158,230); }

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

background-color css

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

 a { background-color: rgb(145,158,230); }

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

border-color css

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

 span { border-color: rgb(145,158,230); }

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