Html Css Color HEX #8589CE Portage

📋 copy color: '#8589CE'

red 133 ◦ green 137 ◦ blue 206

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

Shades of Portage #8589CE

Tints of Portage #8589CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.28%

R = 27.94%
G = 28.78%
B = 43.28%

CMYK

 C value IS 0.35

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8589CE (or 0x8589CE) is known color: Portage. HEX triplet: 85, 89 and CE. RGB value is (133,137,206). Sum of RGB (Red+Green+Blue) = 133+137+206=476 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.94% from 476); Green value is 137 (53.91% from 255 or 28.78% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #8589CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8589CE is #7A7631. Grayscale: #8F8F8F. Windows color (decimal): -8025650 or 13535621. OLE color: 13535621.

HSL color Cylindrical-coordinate representation of color #8589CE: hue angle of 236.71º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8589CE is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 137 206 -
CMYK 0.35 0.33 0 0.19
HSL 236.71º 0.43% 0.66% -
HSV(B) 236.71º 0.35% 0.81% -
XYZ 29.76 27.33 62.1 -
YUV 143.67 163.17 120.39 -
System Red Green Blue C M Y K H S L
Decimal 133 137 206 0.35 0.33 0 0.19 236.71 0.43 0.66
Hex 85 89 CE 23 21 0 13 ED 2B 42
Octal 205 211 316 43 41 0 23 355 53 102
Binary 10000101 10001001 11001110 100011 100001 0 10011 11101101 101011 1000010

Color Harmonies of #8589CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8589CE

Black with #8589CE

Text Example


Text Example

White with #8589CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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