Html Css Color HEX #8D99CB Portage

📋 copy color: '#8D99CB'

red 141 ◦ green 153 ◦ blue 203

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

Shades of Portage #8D99CB

Tints of Portage #8D99CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.85%

R = 28.37%
G = 30.78%
B = 40.85%

CMYK

 C value IS 0.31

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8D99CB (or 0x8D99CB) is known color: Portage. HEX triplet: 8D, 99 and CB. RGB value is (141,153,203). Sum of RGB (Red+Green+Blue) = 141+153+203=497 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.37% from 497); Green value is 153 (60.16% from 255 or 30.78% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 203 - color contains mainly: blue. Hex color #8D99CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D99CB is #726634. Grayscale: #9A9A9A. Windows color (decimal): -7497269 or 13343117. OLE color: 13343117.

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

Color convert

RGB 141 153 203 -
CMYK 0.31 0.25 0 0.20
HSL 228.39º 0.37% 0.67% -
HSV(B) 228.39º 0.31% 0.8% -
XYZ 33.16 32.76 61.08 -
YUV 155.11 155.02 117.93 -
System Red Green Blue C M Y K H S L
Decimal 141 153 203 0.31 0.25 0 0.20 228.39 0.37 0.67
Hex 8D 99 CB 1F 19 0 14 E4 25 43
Octal 215 231 313 37 31 0 24 344 45 103
Binary 10001101 10011001 11001011 11111 11001 0 10100 11100100 100101 1000011

Color Harmonies of #8D99CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D99CB

Black with #8D99CB

Text Example


Text Example

White with #8D99CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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