Html Css Color HEX #8799CD Portage

📋 copy color: '#8799CD'

red 135 ◦ green 153 ◦ blue 205

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

Shades of Portage #8799CD

Tints of Portage #8799CD

RGB

 RED value IS 135 (53.13% from 255) = 27.38%

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

 BLUE value IS 205 (80.47% from 255) = 41.58%

R = 27.38%
G = 31.03%
B = 41.58%

CMYK

 C value IS 0.34

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8799CD (or 0x8799CD) is known color: Portage. HEX triplet: 87, 99 and CD. RGB value is (135,153,205). Sum of RGB (Red+Green+Blue) = 135+153+205=493 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.38% from 493); Green value is 153 (60.16% from 255 or 31.03% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 205 - color contains mainly: blue. Hex color #8799CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8799CD is #786632. Grayscale: #999999. Windows color (decimal): -7890483 or 13474183. OLE color: 13474183.

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

Color convert

RGB 135 153 205 -
CMYK 0.34 0.25 0 0.20
HSL 224.57º 0.41% 0.67% -
HSV(B) 224.57º 0.34% 0.8% -
XYZ 32.4 32.34 62.29 -
YUV 153.55 157.04 114.77 -
System Red Green Blue C M Y K H S L
Decimal 135 153 205 0.34 0.25 0 0.20 224.57 0.41 0.67
Hex 87 99 CD 22 19 0 14 E1 29 43
Octal 207 231 315 42 31 0 24 341 51 103
Binary 10000111 10011001 11001101 100010 11001 0 10100 11100001 101001 1000011

Color Harmonies of #8799CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8799CD

Black with #8799CD

Text Example


Text Example

White with #8799CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8799CD; }

 p { color: rgb(135,153,205); }

 H1.HeaderClassName
 {
   color: #8799CD;
 }
 .AnyTagClassName
 {
   color: #8799CD;
 }
</style>

background-color css

<style>
 a { background-color: #8799CD; }

 a { background-color: rgb(135,153,205); }

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

border-color css

<style>
 span { border-color: #8799CD; }

 span { border-color: rgb(135,153,205); }

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