Html Css Color HEX #8588DC Portage

📋 copy color: '#8588DC'

red 133 ◦ green 136 ◦ blue 220

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

Shades of Portage #8588DC

Tints of Portage #8588DC

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.81%

 BLUE value IS 220 (86.33% from 255) = 44.99%

R = 27.2%
G = 27.81%
B = 44.99%

CMYK

 C value IS 0.40

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8588DC (or 0x8588DC) is known color: Portage. HEX triplet: 85, 88 and DC. RGB value is (133,136,220). Sum of RGB (Red+Green+Blue) = 133+136+220=489 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.20% from 489); Green value is 136 (53.52% from 255 or 27.81% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #8588DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8588DC is #7A7723. Grayscale: #909090. Windows color (decimal): -8025892 or 14452869. OLE color: 14452869.

HSL color Cylindrical-coordinate representation of color #8588DC: hue angle of 237.93º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8588DC is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 136 220 -
CMYK 0.40 0.38 0 0.14
HSL 237.93º 0.55% 0.69% -
HSV(B) 237.93º 0.4% 0.86% -
XYZ 31.4 27.76 71.41 -
YUV 144.68 170.51 119.67 -
System Red Green Blue C M Y K H S L
Decimal 133 136 220 0.40 0.38 0 0.14 237.93 0.55 0.69
Hex 85 88 DC 28 26 0 E EE 37 45
Octal 205 210 334 50 46 0 16 356 67 105
Binary 10000101 10001000 11011100 101000 100110 0 1110 11101110 110111 1000101

Color Harmonies of #8588DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8588DC

Black with #8588DC

Text Example


Text Example

White with #8588DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8588DC; }

 p { color: rgb(133,136,220); }

 H1.HeaderClassName
 {
   color: #8588DC;
 }
 .AnyTagClassName
 {
   color: #8588DC;
 }
</style>

background-color css

<style>
 a { background-color: #8588DC; }

 a { background-color: rgb(133,136,220); }

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

border-color css

<style>
 span { border-color: #8588DC; }

 span { border-color: rgb(133,136,220); }

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