Html Css Color HEX #8799CE Portage

📋 copy color: '#8799CE'

red 135 ◦ green 153 ◦ blue 206

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

Shades of Portage #8799CE

Tints of Portage #8799CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.7%

R = 27.33%
G = 30.97%
B = 41.7%

CMYK

 C value IS 0.34

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8799CE (or 0x8799CE) is known color: Portage. HEX triplet: 87, 99 and CE. RGB value is (135,153,206). Sum of RGB (Red+Green+Blue) = 135+153+206=494 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.33% from 494); Green value is 153 (60.16% from 255 or 30.97% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 206 - color contains mainly: blue. Hex color #8799CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8799CE is #786631. Grayscale: #999999. Windows color (decimal): -7890482 or 13539719. OLE color: 13539719.

HSL color Cylindrical-coordinate representation of color #8799CE: hue angle of 224.79º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8799CE is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 135 153 206 -
CMYK 0.34 0.26 0 0.19
HSL 224.79º 0.42% 0.67% -
HSV(B) 224.79º 0.34% 0.81% -
XYZ 32.52 32.39 62.93 -
YUV 153.66 157.54 114.69 -
System Red Green Blue C M Y K H S L
Decimal 135 153 206 0.34 0.26 0 0.19 224.79 0.42 0.67
Hex 87 99 CE 22 1A 0 13 E1 2A 43
Octal 207 231 316 42 32 0 23 341 52 103
Binary 10000111 10011001 11001110 100010 11010 0 10011 11100001 101010 1000011

Color Harmonies of #8799CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8799CE

Black with #8799CE

Text Example


Text Example

White with #8799CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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