Html Css Color HEX #8589CA Portage

📋 copy color: '#8589CA'

red 133 ◦ green 137 ◦ blue 202

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

Shades of Portage #8589CA

Tints of Portage #8589CA

RGB

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

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

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

R = 28.18%
G = 29.03%
B = 42.8%

CMYK

 C value IS 0.34

 M value IS 0.32

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8589CA (or 0x8589CA) is known color: Portage. HEX triplet: 85, 89 and CA. RGB value is (133,137,202). Sum of RGB (Red+Green+Blue) = 133+137+202=472 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.18% from 472); Green value is 137 (53.91% from 255 or 29.03% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 202 - color contains mainly: blue. Hex color #8589CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8589CA is #7A7635. Grayscale: #8E8E8E. Windows color (decimal): -8025654 or 13273477. OLE color: 13273477.

HSL color Cylindrical-coordinate representation of color #8589CA: hue angle of 236.52º 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 #8589CA is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 133 137 202 -
CMYK 0.34 0.32 0 0.21
HSL 236.52º 0.39% 0.66% -
HSV(B) 236.52º 0.34% 0.79% -
XYZ 29.28 27.14 59.57 -
YUV 143.21 161.17 120.71 -
System Red Green Blue C M Y K H S L
Decimal 133 137 202 0.34 0.32 0 0.21 236.52 0.39 0.66
Hex 85 89 CA 22 20 0 15 ED 27 42
Octal 205 211 312 42 40 0 25 355 47 102
Binary 10000101 10001001 11001010 100010 100000 0 10101 11101101 100111 1000010

Color Harmonies of #8589CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8589CA

Black with #8589CA

Text Example


Text Example

White with #8589CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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