Html Css Color HEX #8699CA Portage

📋 copy color: '#8699CA'

red 134 ◦ green 153 ◦ blue 202

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

Shades of Portage #8699CA

Tints of Portage #8699CA

RGB

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

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

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

R = 27.4%
G = 31.29%
B = 41.31%

CMYK

 C value IS 0.34

 M value IS 0.24

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8699CA (or 0x8699CA) is known color: Portage. HEX triplet: 86, 99 and CA. RGB value is (134,153,202). Sum of RGB (Red+Green+Blue) = 134+153+202=489 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.40% from 489); Green value is 153 (60.16% from 255 or 31.29% from 489); Blue value is 202 (79.30% from 255 or 41.31% from 489); Max value from RGB is 202 - color contains mainly: blue. Hex color #8699CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8699CA is #796635. Grayscale: #989898. Windows color (decimal): -7956022 or 13277574. OLE color: 13277574.

HSL color Cylindrical-coordinate representation of color #8699CA: hue angle of 223.24º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8699CA is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 134 153 202 -
CMYK 0.34 0.24 0 0.21
HSL 223.24º 0.39% 0.66% -
HSV(B) 223.24º 0.34% 0.79% -
XYZ 31.88 32.12 60.4 -
YUV 152.91 155.71 114.52 -
System Red Green Blue C M Y K H S L
Decimal 134 153 202 0.34 0.24 0 0.21 223.24 0.39 0.66
Hex 86 99 CA 22 18 0 15 DF 27 42
Octal 206 231 312 42 30 0 25 337 47 102
Binary 10000110 10011001 11001010 100010 11000 0 10101 11011111 100111 1000010

Color Harmonies of #8699CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8699CA

Black with #8699CA

Text Example


Text Example

White with #8699CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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