Html Css Color HEX #8D99CC Portage

📋 copy color: '#8D99CC'

red 141 ◦ green 153 ◦ blue 204

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

Shades of Portage #8D99CC

Tints of Portage #8D99CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.96%

R = 28.31%
G = 30.72%
B = 40.96%

CMYK

 C value IS 0.31

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8D99CC (or 0x8D99CC) is known color: Portage. HEX triplet: 8D, 99 and CC. RGB value is (141,153,204). Sum of RGB (Red+Green+Blue) = 141+153+204=498 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.31% from 498); Green value is 153 (60.16% from 255 or 30.72% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 204 - color contains mainly: blue. Hex color #8D99CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D99CC is #726633. Grayscale: #9B9B9B. Windows color (decimal): -7497268 or 13408653. OLE color: 13408653.

HSL color Cylindrical-coordinate representation of color #8D99CC: hue angle of 228.57º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8D99CC is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 141 153 204 -
CMYK 0.31 0.25 0 0.2
HSL 228.57º 0.38% 0.68% -
HSV(B) 228.57º 0.31% 0.8% -
XYZ 33.27 32.8 61.7 -
YUV 155.23 155.52 117.85 -
System Red Green Blue C M Y K H S L
Decimal 141 153 204 0.31 0.25 0 0.2 228.57 0.38 0.68
Hex 8D 99 CC 1F 19 0 14 E5 26 44
Octal 215 231 314 37 31 0 24 345 46 104
Binary 10001101 10011001 11001100 11111 11001 0 10100 11100101 100110 1000100

Color Harmonies of #8D99CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D99CC

Black with #8D99CC

Text Example


Text Example

White with #8D99CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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