Html Css Color HEX #8689E0 Portage

📋 copy color: '#8689E0'

red 134 ◦ green 137 ◦ blue 224

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

Shades of Portage #8689E0

Tints of Portage #8689E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 45.25%

R = 27.07%
G = 27.68%
B = 45.25%

CMYK

 C value IS 0.40

 M value IS 0.39

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8689E0 (or 0x8689E0) is known color: Portage. HEX triplet: 86, 89 and E0. RGB value is (134,137,224). Sum of RGB (Red+Green+Blue) = 134+137+224=495 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.07% from 495); Green value is 137 (53.91% from 255 or 27.68% from 495); Blue value is 224 (87.89% from 255 or 45.25% from 495); Max value from RGB is 224 - color contains mainly: blue. Hex color #8689E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8689E0 is #79761F. Grayscale: #919191. Windows color (decimal): -7960096 or 14715270. OLE color: 14715270.

HSL color Cylindrical-coordinate representation of color #8689E0: hue angle of 238º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8689E0 is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 134 137 224 -
CMYK 0.40 0.39 0 0.12
HSL 238º 0.59% 0.7% -
HSV(B) 238º 0.4% 0.88% -
XYZ 32.23 28.34 74.29 -
YUV 146.02 172.01 119.43 -
System Red Green Blue C M Y K H S L
Decimal 134 137 224 0.40 0.39 0 0.12 238 0.59 0.7
Hex 86 89 E0 28 27 0 C EE 3B 46
Octal 206 211 340 50 47 0 14 356 73 106
Binary 10000110 10001001 11100000 101000 100111 0 1100 11101110 111011 1000110

Color Harmonies of #8689E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8689E0

Black with #8689E0

Text Example


Text Example

White with #8689E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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