Html Css Color HEX #8764EA Medium Slate Blue

📋 copy color: '#8764EA'

red 135 ◦ green 100 ◦ blue 234

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

Shades of Medium Slate Blue #8764EA

Tints of Medium Slate Blue #8764EA

RGB

 RED value IS 135 (53.13% from 255) = 28.78%

 GREEN value IS 100 (39.45% from 255) = 21.32%

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

R = 28.78%
G = 21.32%
B = 49.89%

CMYK

 C value IS 0.42

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8764EA (or 0x8764EA) is known color: Medium Slate Blue. HEX triplet: 87, 64 and EA. RGB value is (135,100,234). Sum of RGB (Red+Green+Blue) = 135+100+234=469 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.78% from 469); Green value is 100 (39.45% from 255 or 21.32% from 469); Blue value is 234 (91.80% from 255 or 49.89% from 469); Max value from RGB is 234 - color contains mainly: blue. Hex color #8764EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8764EA is #789B15. Grayscale: #7D7D7D. Windows color (decimal): -7904022 or 15361159. OLE color: 15361159.

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

Color convert

RGB 135 100 234 -
CMYK 0.42 0.57 0 0.08
HSL 255.67º 0.76% 0.65% -
HSV(B) 255.67º 0.57% 0.92% -
XYZ 29.4 20.21 80.19 -
YUV 125.74 189.1 134.6 -
System Red Green Blue C M Y K H S L
Decimal 135 100 234 0.42 0.57 0 0.08 255.67 0.76 0.65
Hex 87 64 EA 2A 39 0 8 100 4C 41
Octal 207 144 352 52 71 0 10 400 114 101
Binary 10000111 1100100 11101010 101010 111001 0 1000 100000000 1001100 1000001

Color Harmonies of #8764EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8764EA

Black with #8764EA

Text Example


Text Example

White with #8764EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,100,234); }

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

background-color css

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

 a { background-color: rgb(135,100,234); }

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

border-color css

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

 span { border-color: rgb(135,100,234); }

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