Html Css Color HEX #8D99EC Portage

📋 copy color: '#8D99EC'

red 141 ◦ green 153 ◦ blue 236

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

Shades of Portage #8D99EC

Tints of Portage #8D99EC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.87%

 BLUE value IS 236 (92.58% from 255) = 44.53%

R = 26.6%
G = 28.87%
B = 44.53%

CMYK

 C value IS 0.40

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8D99EC (or 0x8D99EC) is known color: Portage. HEX triplet: 8D, 99 and EC. RGB value is (141,153,236). Sum of RGB (Red+Green+Blue) = 141+153+236=530 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.60% from 530); Green value is 153 (60.16% from 255 or 28.87% from 530); Blue value is 236 (92.58% from 255 or 44.53% from 530); Max value from RGB is 236 - color contains mainly: blue. Hex color #8D99EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D99EC is #726613. Grayscale: #9E9E9E. Windows color (decimal): -7497236 or 15505805. OLE color: 15505805.

HSL color Cylindrical-coordinate representation of color #8D99EC: hue angle of 232.42º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D99EC is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 141 153 236 -
CMYK 0.40 0.35 0 0.07
HSL 232.42º 0.71% 0.74% -
HSV(B) 232.42º 0.4% 0.93% -
XYZ 37.52 34.5 84.04 -
YUV 158.87 171.52 115.25 -
System Red Green Blue C M Y K H S L
Decimal 141 153 236 0.40 0.35 0 0.07 232.42 0.71 0.74
Hex 8D 99 EC 28 23 0 7 E8 47 4A
Octal 215 231 354 50 43 0 7 350 107 112
Binary 10001101 10011001 11101100 101000 100011 0 111 11101000 1000111 1001010

Color Harmonies of #8D99EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D99EC

Black with #8D99EC

Text Example


Text Example

White with #8D99EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,153,236); }

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

background-color css

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

 a { background-color: rgb(141,153,236); }

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

border-color css

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

 span { border-color: rgb(141,153,236); }

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