Html Css Color HEX #918EEB Portage

📋 copy color: '#918EEB'

red 145 ◦ green 142 ◦ blue 235

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

Shades of Portage #918EEB

Tints of Portage #918EEB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.2%

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

R = 27.78%
G = 27.2%
B = 45.02%

CMYK

 C value IS 0.38

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#918EEB (or 0x918EEB) is known color: Portage. HEX triplet: 91, 8E and EB. RGB value is (145,142,235). Sum of RGB (Red+Green+Blue) = 145+142+235=522 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.78% from 522); Green value is 142 (55.86% from 255 or 27.20% from 522); Blue value is 235 (92.19% from 255 or 45.02% from 522); Max value from RGB is 235 - color contains mainly: blue. Hex color #918EEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #918EEB is #6E7114. Grayscale: #999999. Windows color (decimal): -7237909 or 15437457. OLE color: 15437457.

HSL color Cylindrical-coordinate representation of color #918EEB: hue angle of 241.94º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #918EEB is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 145 142 235 -
CMYK 0.38 0.40 0 0.08
HSL 241.94º 0.7% 0.74% -
HSV(B) 241.94º 0.4% 0.92% -
XYZ 36.35 31.36 82.74 -
YUV 153.5 173.99 121.94 -
System Red Green Blue C M Y K H S L
Decimal 145 142 235 0.38 0.40 0 0.08 241.94 0.7 0.74
Hex 91 8E EB 26 28 0 8 F2 46 4A
Octal 221 216 353 46 50 0 10 362 106 112
Binary 10010001 10001110 11101011 100110 101000 0 1000 11110010 1000110 1001010

Color Harmonies of #918EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918EEB

Black with #918EEB

Text Example


Text Example

White with #918EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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