Html Css Color HEX #8587ED Portage

📋 copy color: '#8587ED'

red 133 ◦ green 135 ◦ blue 237

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

Shades of Portage #8587ED

Tints of Portage #8587ED

RGB

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

 GREEN value IS 135 (53.13% from 255) = 26.73%

 BLUE value IS 237 (92.97% from 255) = 46.93%

R = 26.34%
G = 26.73%
B = 46.93%

CMYK

 C value IS 0.44

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8587ED (or 0x8587ED) is known color: Portage. HEX triplet: 85, 87 and ED. RGB value is (133,135,237). Sum of RGB (Red+Green+Blue) = 133+135+237=505 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.34% from 505); Green value is 135 (53.12% from 255 or 26.73% from 505); Blue value is 237 (92.97% from 255 or 46.93% from 505); Max value from RGB is 237 - color contains mainly: blue. Hex color #8587ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8587ED is #7A7812. Grayscale: #919191. Windows color (decimal): -8026131 or 15566725. OLE color: 15566725.

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

Color convert

RGB 133 135 237 -
CMYK 0.44 0.43 0 0.07
HSL 238.85º 0.74% 0.73% -
HSV(B) 238.85º 0.44% 0.93% -
XYZ 33.62 28.43 83.84 -
YUV 146.03 179.34 118.71 -
System Red Green Blue C M Y K H S L
Decimal 133 135 237 0.44 0.43 0 0.07 238.85 0.74 0.73
Hex 85 87 ED 2C 2B 0 7 EF 4A 49
Octal 205 207 355 54 53 0 7 357 112 111
Binary 10000101 10000111 11101101 101100 101011 0 111 11101111 1001010 1001001

Color Harmonies of #8587ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8587ED

Black with #8587ED

Text Example


Text Example

White with #8587ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8587ED; }

 p { color: rgb(133,135,237); }

 H1.HeaderClassName
 {
   color: #8587ED;
 }
 .AnyTagClassName
 {
   color: #8587ED;
 }
</style>

background-color css

<style>
 a { background-color: #8587ED; }

 a { background-color: rgb(133,135,237); }

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

border-color css

<style>
 span { border-color: #8587ED; }

 span { border-color: rgb(133,135,237); }

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