Html Css Color HEX #8588EA Portage

📋 copy color: '#8588EA'

red 133 ◦ green 136 ◦ blue 234

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

Shades of Portage #8588EA

Tints of Portage #8588EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.52%

R = 26.44%
G = 27.04%
B = 46.52%

CMYK

 C value IS 0.43

 M value IS 0.42

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8588EA (or 0x8588EA) is known color: Portage. HEX triplet: 85, 88 and EA. RGB value is (133,136,234). Sum of RGB (Red+Green+Blue) = 133+136+234=503 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.44% from 503); Green value is 136 (53.52% from 255 or 27.04% from 503); Blue value is 234 (91.80% from 255 or 46.52% from 503); Max value from RGB is 234 - color contains mainly: blue. Hex color #8588EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8588EA is #7A7715. Grayscale: #919191. Windows color (decimal): -8025878 or 15370373. OLE color: 15370373.

HSL color Cylindrical-coordinate representation of color #8588EA: hue angle of 238.22º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8588EA is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 133 136 234 -
CMYK 0.43 0.42 0 0.08
HSL 238.22º 0.71% 0.72% -
HSV(B) 238.22º 0.43% 0.92% -
XYZ 33.33 28.54 81.59 -
YUV 146.28 177.51 118.53 -
System Red Green Blue C M Y K H S L
Decimal 133 136 234 0.43 0.42 0 0.08 238.22 0.71 0.72
Hex 85 88 EA 2B 2A 0 8 EE 47 48
Octal 205 210 352 53 52 0 10 356 107 110
Binary 10000101 10001000 11101010 101011 101010 0 1000 11101110 1000111 1001000

Color Harmonies of #8588EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8588EA

Black with #8588EA

Text Example


Text Example

White with #8588EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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