Html Css Color HEX #8689CC Portage

📋 copy color: '#8689CC'

red 134 ◦ green 137 ◦ blue 204

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

Shades of Portage #8689CC

Tints of Portage #8689CC

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.84%

 BLUE value IS 204 (80.08% from 255) = 42.95%

R = 28.21%
G = 28.84%
B = 42.95%

CMYK

 C value IS 0.34

 M value IS 0.33

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8689CC (or 0x8689CC) is known color: Portage. HEX triplet: 86, 89 and CC. RGB value is (134,137,204). Sum of RGB (Red+Green+Blue) = 134+137+204=475 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.21% from 475); Green value is 137 (53.91% from 255 or 28.84% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: blue. Hex color #8689CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8689CC is #797633. Grayscale: #8F8F8F. Windows color (decimal): -7960116 or 13404550. OLE color: 13404550.

HSL color Cylindrical-coordinate representation of color #8689CC: hue angle of 237.43º degrees, saturation: 0.41, 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 #8689CC is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 134 137 204 -
CMYK 0.34 0.33 0 0.2
HSL 237.43º 0.41% 0.66% -
HSV(B) 237.43º 0.34% 0.8% -
XYZ 29.68 27.32 60.84 -
YUV 143.74 162.01 121.05 -
System Red Green Blue C M Y K H S L
Decimal 134 137 204 0.34 0.33 0 0.2 237.43 0.41 0.66
Hex 86 89 CC 22 21 0 14 ED 29 42
Octal 206 211 314 42 41 0 24 355 51 102
Binary 10000110 10001001 11001100 100010 100001 0 10100 11101101 101001 1000010

Color Harmonies of #8689CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8689CC

Black with #8689CC

Text Example


Text Example

White with #8689CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8689CC; }

 p { color: rgb(134,137,204); }

 H1.HeaderClassName
 {
   color: #8689CC;
 }
 .AnyTagClassName
 {
   color: #8689CC;
 }
</style>

background-color css

<style>
 a { background-color: #8689CC; }

 a { background-color: rgb(134,137,204); }

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

border-color css

<style>
 span { border-color: #8689CC; }

 span { border-color: rgb(134,137,204); }

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