Html Css Color HEX #8C99CA Portage

📋 copy color: '#8C99CA'

red 140 ◦ green 153 ◦ blue 202

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

Shades of Portage #8C99CA

Tints of Portage #8C99CA

RGB

 RED value IS 140 (55.08% from 255) = 28.28%

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

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

R = 28.28%
G = 30.91%
B = 40.81%

CMYK

 C value IS 0.31

 M value IS 0.24

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8C99CA (or 0x8C99CA) is known color: Portage. HEX triplet: 8C, 99 and CA. RGB value is (140,153,202). Sum of RGB (Red+Green+Blue) = 140+153+202=495 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.28% from 495); Green value is 153 (60.16% from 255 or 30.91% from 495); Blue value is 202 (79.30% from 255 or 40.81% from 495); Max value from RGB is 202 - color contains mainly: blue. Hex color #8C99CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C99CA is #736635. Grayscale: #9A9A9A. Windows color (decimal): -7562806 or 13277580. OLE color: 13277580.

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

Color convert

RGB 140 153 202 -
CMYK 0.31 0.24 0 0.21
HSL 227.42º 0.37% 0.67% -
HSV(B) 227.42º 0.31% 0.79% -
XYZ 32.87 32.62 60.44 -
YUV 154.7 154.69 117.52 -
System Red Green Blue C M Y K H S L
Decimal 140 153 202 0.31 0.24 0 0.21 227.42 0.37 0.67
Hex 8C 99 CA 1F 18 0 15 E3 25 43
Octal 214 231 312 37 30 0 25 343 45 103
Binary 10001100 10011001 11001010 11111 11000 0 10101 11100011 100101 1000011

Color Harmonies of #8C99CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C99CA

Black with #8C99CA

Text Example


Text Example

White with #8C99CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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