Html Css Color HEX #8699CB Portage

📋 copy color: '#8699CB'

red 134 ◦ green 153 ◦ blue 203

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

Shades of Portage #8699CB

Tints of Portage #8699CB

RGB

 RED value IS 134 (52.73% from 255) = 27.35%

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

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

R = 27.35%
G = 31.22%
B = 41.43%

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

#8699CB (or 0x8699CB) is known color: Portage. HEX triplet: 86, 99 and CB. RGB value is (134,153,203). Sum of RGB (Red+Green+Blue) = 134+153+203=490 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.35% from 490); Green value is 153 (60.16% from 255 or 31.22% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 203 - color contains mainly: blue. Hex color #8699CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8699CB is #796634. Grayscale: #989898. Windows color (decimal): -7956021 or 13343110. OLE color: 13343110.

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

Color convert

RGB 134 153 203 -
CMYK 0.34 0.25 0 0.20
HSL 223.48º 0.4% 0.66% -
HSV(B) 223.48º 0.34% 0.8% -
XYZ 32 32.16 61.02 -
YUV 153.02 156.21 114.43 -
System Red Green Blue C M Y K H S L
Decimal 134 153 203 0.34 0.25 0 0.20 223.48 0.4 0.66
Hex 86 99 CB 22 19 0 14 DF 28 42
Octal 206 231 313 42 31 0 24 337 50 102
Binary 10000110 10011001 11001011 100010 11001 0 10100 11011111 101000 1000010

Color Harmonies of #8699CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8699CB

Black with #8699CB

Text Example


Text Example

White with #8699CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8699CB; }

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

 H1.HeaderClassName
 {
   color: #8699CB;
 }
 .AnyTagClassName
 {
   color: #8699CB;
 }
</style>

background-color css

<style>
 a { background-color: #8699CB; }

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

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

border-color css

<style>
 span { border-color: #8699CB; }

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

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