Html Css Color HEX #8589CB Portage

📋 copy color: '#8589CB'

red 133 ◦ green 137 ◦ blue 203

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

Shades of Portage #8589CB

Tints of Portage #8589CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.92%

R = 28.12%
G = 28.96%
B = 42.92%

CMYK

 C value IS 0.34

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8589CB (or 0x8589CB) is known color: Portage. HEX triplet: 85, 89 and CB. RGB value is (133,137,203). Sum of RGB (Red+Green+Blue) = 133+137+203=473 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.12% from 473); Green value is 137 (53.91% from 255 or 28.96% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 203 - color contains mainly: blue. Hex color #8589CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8589CB is #7A7634. Grayscale: #8F8F8F. Windows color (decimal): -8025653 or 13339013. OLE color: 13339013.

HSL color Cylindrical-coordinate representation of color #8589CB: hue angle of 236.57º degrees, saturation: 0.4, 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 #8589CB is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 133 137 203 -
CMYK 0.34 0.33 0 0.20
HSL 236.57º 0.4% 0.66% -
HSV(B) 236.57º 0.34% 0.8% -
XYZ 29.4 27.19 60.2 -
YUV 143.33 161.67 120.63 -
System Red Green Blue C M Y K H S L
Decimal 133 137 203 0.34 0.33 0 0.20 236.57 0.4 0.66
Hex 85 89 CB 22 21 0 14 ED 28 42
Octal 205 211 313 42 41 0 24 355 50 102
Binary 10000101 10001001 11001011 100010 100001 0 10100 11101101 101000 1000010

Color Harmonies of #8589CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8589CB

Black with #8589CB

Text Example


Text Example

White with #8589CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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