Html Css Color HEX #8B66EE Medium Slate Blue

📋 copy color: '#8B66EE'

red 139 ◦ green 102 ◦ blue 238

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

Shades of Medium Slate Blue #8B66EE

Tints of Medium Slate Blue #8B66EE

RGB

 RED value IS 139 (54.69% from 255) = 29.02%

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

 BLUE value IS 238 (93.36% from 255) = 49.69%

R = 29.02%
G = 21.29%
B = 49.69%

CMYK

 C value IS 0.42

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8B66EE (or 0x8B66EE) is known color: Medium Slate Blue. HEX triplet: 8B, 66 and EE. RGB value is (139,102,238). Sum of RGB (Red+Green+Blue) = 139+102+238=479 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.02% from 479); Green value is 102 (40.23% from 255 or 21.29% from 479); Blue value is 238 (93.36% from 255 or 49.69% from 479); Max value from RGB is 238 - color contains mainly: blue. Hex color #8B66EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B66EE is #749911. Grayscale: #808080. Windows color (decimal): -7641362 or 15623819. OLE color: 15623819.

HSL color Cylindrical-coordinate representation of color #8B66EE: hue angle of 256.32º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8B66EE is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 139 102 238 -
CMYK 0.42 0.57 0 0.07
HSL 256.32º 0.8% 0.67% -
HSV(B) 256.32º 0.57% 0.93% -
XYZ 30.83 21.16 83.35 -
YUV 128.57 189.76 135.44 -
System Red Green Blue C M Y K H S L
Decimal 139 102 238 0.42 0.57 0 0.07 256.32 0.8 0.67
Hex 8B 66 EE 2A 39 0 7 100 50 43
Octal 213 146 356 52 71 0 7 400 120 103
Binary 10001011 1100110 11101110 101010 111001 0 111 100000000 1010000 1000011

Color Harmonies of #8B66EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B66EE

Black with #8B66EE

Text Example


Text Example

White with #8B66EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B66EE; }

 p { color: rgb(139,102,238); }

 H1.HeaderClassName
 {
   color: #8B66EE;
 }
 .AnyTagClassName
 {
   color: #8B66EE;
 }
</style>

background-color css

<style>
 a { background-color: #8B66EE; }

 a { background-color: rgb(139,102,238); }

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

border-color css

<style>
 span { border-color: #8B66EE; }

 span { border-color: rgb(139,102,238); }

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