Html Css Color HEX #8588EC Portage

📋 copy color: '#8588EC'

red 133 ◦ green 136 ◦ blue 236

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

Shades of Portage #8588EC

Tints of Portage #8588EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.73%

R = 26.34%
G = 26.93%
B = 46.73%

CMYK

 C value IS 0.44

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8588EC (or 0x8588EC) is known color: Portage. HEX triplet: 85, 88 and EC. RGB value is (133,136,236). Sum of RGB (Red+Green+Blue) = 133+136+236=505 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.34% from 505); Green value is 136 (53.52% from 255 or 26.93% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 236 - color contains mainly: blue. Hex color #8588EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8588EC is #7A7713. Grayscale: #929292. Windows color (decimal): -8025876 or 15501445. OLE color: 15501445.

HSL color Cylindrical-coordinate representation of color #8588EC: hue angle of 238.25º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8588EC is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 136 236 -
CMYK 0.44 0.42 0 0.07
HSL 238.25º 0.73% 0.72% -
HSV(B) 238.25º 0.44% 0.93% -
XYZ 33.62 28.65 83.12 -
YUV 146.5 178.51 118.37 -
System Red Green Blue C M Y K H S L
Decimal 133 136 236 0.44 0.42 0 0.07 238.25 0.73 0.72
Hex 85 88 EC 2C 2A 0 7 EE 49 48
Octal 205 210 354 54 52 0 7 356 111 110
Binary 10000101 10001000 11101100 101100 101010 0 111 11101110 1001001 1001000

Color Harmonies of #8588EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8588EC

Black with #8588EC

Text Example


Text Example

White with #8588EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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