Html Css Color HEX #8D9EEB Portage

📋 copy color: '#8D9EEB'

red 141 ◦ green 158 ◦ blue 235

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

Shades of Portage #8D9EEB

Tints of Portage #8D9EEB

RGB

 RED value IS 141 (55.47% from 255) = 26.4%

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

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

R = 26.4%
G = 29.59%
B = 44.01%

CMYK

 C value IS 0.4

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8D9EEB (or 0x8D9EEB) is known color: Portage. HEX triplet: 8D, 9E and EB. RGB value is (141,158,235). Sum of RGB (Red+Green+Blue) = 141+158+235=534 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.40% from 534); Green value is 158 (62.11% from 255 or 29.59% from 534); Blue value is 235 (92.19% from 255 or 44.01% from 534); Max value from RGB is 235 - color contains mainly: blue. Hex color #8D9EEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D9EEB is #726114. Grayscale: #A1A1A1. Windows color (decimal): -7495957 or 15441549. OLE color: 15441549.

HSL color Cylindrical-coordinate representation of color #8D9EEB: hue angle of 229.15º 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 #8D9EEB is Cyan = 0.4, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 141 158 235 -
CMYK 0.4 0.33 0 0.08
HSL 229.15º 0.7% 0.74% -
HSV(B) 229.15º 0.4% 0.92% -
XYZ 38.21 36.11 83.55 -
YUV 161.7 169.37 113.24 -
System Red Green Blue C M Y K H S L
Decimal 141 158 235 0.4 0.33 0 0.08 229.15 0.7 0.74
Hex 8D 9E EB 28 21 0 8 E5 46 4A
Octal 215 236 353 50 41 0 10 345 106 112
Binary 10001101 10011110 11101011 101000 100001 0 1000 11100101 1000110 1001010

Color Harmonies of #8D9EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9EEB

Black with #8D9EEB

Text Example


Text Example

White with #8D9EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D9EEB; }

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

 H1.HeaderClassName
 {
   color: #8D9EEB;
 }
 .AnyTagClassName
 {
   color: #8D9EEB;
 }
</style>

background-color css

<style>
 a { background-color: #8D9EEB; }

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

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

border-color css

<style>
 span { border-color: #8D9EEB; }

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

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