Html Css Color HEX #8D99CA Portage

📋 copy color: '#8D99CA'

red 141 ◦ green 153 ◦ blue 202

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

Shades of Portage #8D99CA

Tints of Portage #8D99CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.73%

R = 28.43%
G = 30.85%
B = 40.73%

CMYK

 C value IS 0.30

 M value IS 0.24

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8D99CA (or 0x8D99CA) is known color: Portage. HEX triplet: 8D, 99 and CA. RGB value is (141,153,202). Sum of RGB (Red+Green+Blue) = 141+153+202=496 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.43% from 496); Green value is 153 (60.16% from 255 or 30.85% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 202 - color contains mainly: blue. Hex color #8D99CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D99CA is #726635. Grayscale: #9A9A9A. Windows color (decimal): -7497270 or 13277581. OLE color: 13277581.

HSL color Cylindrical-coordinate representation of color #8D99CA: hue angle of 228.2º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8D99CA is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 141 153 202 -
CMYK 0.30 0.24 0 0.21
HSL 228.2º 0.37% 0.67% -
HSV(B) 228.2º 0.3% 0.79% -
XYZ 33.04 32.71 60.45 -
YUV 155 154.52 118.02 -
System Red Green Blue C M Y K H S L
Decimal 141 153 202 0.30 0.24 0 0.21 228.2 0.37 0.67
Hex 8D 99 CA 1E 18 0 15 E4 25 43
Octal 215 231 312 36 30 0 25 344 45 103
Binary 10001101 10011001 11001010 11110 11000 0 10101 11100100 100101 1000011

Color Harmonies of #8D99CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D99CA

Black with #8D99CA

Text Example


Text Example

White with #8D99CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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