Html Css Color HEX #919EE7 Portage

📋 copy color: '#919EE7'

red 145 ◦ green 158 ◦ blue 231

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

Shades of Portage #919EE7

Tints of Portage #919EE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 43.26%

R = 27.15%
G = 29.59%
B = 43.26%

CMYK

 C value IS 0.37

 M value IS 0.32

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#919EE7 (or 0x919EE7) is known color: Portage. HEX triplet: 91, 9E and E7. RGB value is (145,158,231). Sum of RGB (Red+Green+Blue) = 145+158+231=534 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.15% from 534); Green value is 158 (62.11% from 255 or 29.59% from 534); Blue value is 231 (90.62% from 255 or 43.26% from 534); Max value from RGB is 231 - color contains mainly: blue. Hex color #919EE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #919EE7 is #6E6118. Grayscale: #A2A2A2. Windows color (decimal): -7233817 or 15179409. OLE color: 15179409.

HSL color Cylindrical-coordinate representation of color #919EE7: hue angle of 230.93º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #919EE7 is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 145 158 231 -
CMYK 0.37 0.32 0 0.09
HSL 230.93º 0.64% 0.74% -
HSV(B) 230.93º 0.37% 0.91% -
XYZ 38.33 36.24 80.58 -
YUV 162.44 166.69 115.56 -
System Red Green Blue C M Y K H S L
Decimal 145 158 231 0.37 0.32 0 0.09 230.93 0.64 0.74
Hex 91 9E E7 25 20 0 9 E7 40 4A
Octal 221 236 347 45 40 0 11 347 100 112
Binary 10010001 10011110 11100111 100101 100000 0 1001 11100111 1000000 1001010

Color Harmonies of #919EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919EE7

Black with #919EE7

Text Example


Text Example

White with #919EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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