Html Css Color HEX #8566EB Medium Slate Blue

📋 copy color: '#8566EB'

red 133 ◦ green 102 ◦ blue 235

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

Shades of Medium Slate Blue #8566EB

Tints of Medium Slate Blue #8566EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50%

R = 28.3%
G = 21.7%
B = 50%

CMYK

 C value IS 0.43

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8566EB (or 0x8566EB) is known color: Medium Slate Blue. HEX triplet: 85, 66 and EB. RGB value is (133,102,235). Sum of RGB (Red+Green+Blue) = 133+102+235=470 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.30% from 470); Green value is 102 (40.23% from 255 or 21.70% from 470); Blue value is 235 (92.19% from 255 or 50% from 470); Max value from RGB is 235 - color contains mainly: blue. Hex color #8566EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8566EB is #7A9914. Grayscale: #7D7D7D. Windows color (decimal): -8034581 or 15427205. OLE color: 15427205.

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

Color convert

RGB 133 102 235 -
CMYK 0.43 0.57 0 0.08
HSL 253.99º 0.77% 0.66% -
HSV(B) 253.99º 0.57% 0.92% -
XYZ 29.42 20.49 81 -
YUV 126.43 189.27 132.69 -
System Red Green Blue C M Y K H S L
Decimal 133 102 235 0.43 0.57 0 0.08 253.99 0.77 0.66
Hex 85 66 EB 2B 39 0 8 FE 4D 42
Octal 205 146 353 53 71 0 10 376 115 102
Binary 10000101 1100110 11101011 101011 111001 0 1000 11111110 1001101 1000010

Color Harmonies of #8566EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8566EB

Black with #8566EB

Text Example


Text Example

White with #8566EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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