Html Css Color HEX #8589E0 Portage

📋 copy color: '#8589E0'

red 133 ◦ green 137 ◦ blue 224

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

Shades of Portage #8589E0

Tints of Portage #8589E0

RGB

 RED value IS 133 (52.34% from 255) = 26.92%

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

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

R = 26.92%
G = 27.73%
B = 45.34%

CMYK

 C value IS 0.41

 M value IS 0.39

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8589E0 (or 0x8589E0) is known color: Portage. HEX triplet: 85, 89 and E0. RGB value is (133,137,224). Sum of RGB (Red+Green+Blue) = 133+137+224=494 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.92% from 494); Green value is 137 (53.91% from 255 or 27.73% from 494); Blue value is 224 (87.89% from 255 or 45.34% from 494); Max value from RGB is 224 - color contains mainly: blue. Hex color #8589E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8589E0 is #7A761F. Grayscale: #919191. Windows color (decimal): -8025632 or 14715269. OLE color: 14715269.

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

Color convert

RGB 133 137 224 -
CMYK 0.41 0.39 0 0.12
HSL 237.36º 0.59% 0.7% -
HSV(B) 237.36º 0.41% 0.88% -
XYZ 32.07 28.26 74.29 -
YUV 145.72 172.17 118.93 -
System Red Green Blue C M Y K H S L
Decimal 133 137 224 0.41 0.39 0 0.12 237.36 0.59 0.7
Hex 85 89 E0 29 27 0 C ED 3B 46
Octal 205 211 340 51 47 0 14 355 73 106
Binary 10000101 10001001 11100000 101001 100111 0 1100 11101101 111011 1000110

Color Harmonies of #8589E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8589E0

Black with #8589E0

Text Example


Text Example

White with #8589E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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