Html Css Color HEX #919EEB Portage

📋 copy color: '#919EEB'

red 145 ◦ green 158 ◦ blue 235

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

Shades of Portage #919EEB

Tints of Portage #919EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 43.68%

R = 26.95%
G = 29.37%
B = 43.68%

CMYK

 C value IS 0.38

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#919EEB (or 0x919EEB) is known color: Portage. HEX triplet: 91, 9E and EB. RGB value is (145,158,235). Sum of RGB (Red+Green+Blue) = 145+158+235=538 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.95% from 538); Green value is 158 (62.11% from 255 or 29.37% from 538); Blue value is 235 (92.19% from 255 or 43.68% from 538); Max value from RGB is 235 - color contains mainly: blue. Hex color #919EEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #919EEB is #6E6114. Grayscale: #A2A2A2. Windows color (decimal): -7233813 or 15441553. OLE color: 15441553.

HSL color Cylindrical-coordinate representation of color #919EEB: hue angle of 231.33º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #919EEB is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 145 158 235 -
CMYK 0.38 0.33 0 0.08
HSL 231.33º 0.69% 0.75% -
HSV(B) 231.33º 0.38% 0.92% -
XYZ 38.9 36.47 83.59 -
YUV 162.89 168.69 115.24 -
System Red Green Blue C M Y K H S L
Decimal 145 158 235 0.38 0.33 0 0.08 231.33 0.69 0.75
Hex 91 9E EB 26 21 0 8 E7 45 4B
Octal 221 236 353 46 41 0 10 347 105 113
Binary 10010001 10011110 11101011 100110 100001 0 1000 11100111 1000101 1001011

Color Harmonies of #919EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919EEB

Black with #919EEB

Text Example


Text Example

White with #919EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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