Html Css Color HEX #8566EA Medium Slate Blue

📋 copy color: '#8566EA'

red 133 ◦ green 102 ◦ blue 234

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

Shades of Medium Slate Blue #8566EA

Tints of Medium Slate Blue #8566EA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.75%

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

R = 28.36%
G = 21.75%
B = 49.89%

CMYK

 C value IS 0.43

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8566EA (or 0x8566EA) is known color: Medium Slate Blue. HEX triplet: 85, 66 and EA. RGB value is (133,102,234). Sum of RGB (Red+Green+Blue) = 133+102+234=469 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.36% from 469); Green value is 102 (40.23% from 255 or 21.75% 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 #8566EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8566EA is #7A9915. Grayscale: #7D7D7D. Windows color (decimal): -8034582 or 15361669. OLE color: 15361669.

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

Color convert

RGB 133 102 234 -
CMYK 0.43 0.56 0 0.08
HSL 254.09º 0.76% 0.66% -
HSV(B) 254.09º 0.56% 0.92% -
XYZ 29.28 20.43 80.24 -
YUV 126.32 188.77 132.77 -
System Red Green Blue C M Y K H S L
Decimal 133 102 234 0.43 0.56 0 0.08 254.09 0.76 0.66
Hex 85 66 EA 2B 38 0 8 FE 4C 42
Octal 205 146 352 53 70 0 10 376 114 102
Binary 10000101 1100110 11101010 101011 111000 0 1000 11111110 1001100 1000010

Color Harmonies of #8566EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8566EA

Black with #8566EA

Text Example


Text Example

White with #8566EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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