Html Css Color HEX #8664F0 Medium Slate Blue

📋 copy color: '#8664F0'

red 134 ◦ green 100 ◦ blue 240

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

Shades of Medium Slate Blue #8664F0

Tints of Medium Slate Blue #8664F0

RGB

 RED value IS 134 (52.73% from 255) = 28.27%

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

 BLUE value IS 240 (94.14% from 255) = 50.63%

R = 28.27%
G = 21.1%
B = 50.63%

CMYK

 C value IS 0.44

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8664F0 (or 0x8664F0) is known color: Medium Slate Blue. HEX triplet: 86, 64 and F0. RGB value is (134,100,240). Sum of RGB (Red+Green+Blue) = 134+100+240=474 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.27% from 474); Green value is 100 (39.45% from 255 or 21.10% from 474); Blue value is 240 (94.14% from 255 or 50.63% from 474); Max value from RGB is 240 - color contains mainly: blue. Hex color #8664F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8664F0 is #799B0F. Grayscale: #7D7D7D. Windows color (decimal): -7969552 or 15754374. OLE color: 15754374.

HSL color Cylindrical-coordinate representation of color #8664F0: hue angle of 254.57º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8664F0 is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 134 100 240 -
CMYK 0.44 0.58 0 0.06
HSL 254.57º 0.82% 0.67% -
HSV(B) 254.57º 0.58% 0.94% -
XYZ 30.12 20.47 84.8 -
YUV 126.13 192.26 133.62 -
System Red Green Blue C M Y K H S L
Decimal 134 100 240 0.44 0.58 0 0.06 254.57 0.82 0.67
Hex 86 64 F0 2C 3A 0 6 FF 52 43
Octal 206 144 360 54 72 0 6 377 122 103
Binary 10000110 1100100 11110000 101100 111010 0 110 11111111 1010010 1000011

Color Harmonies of #8664F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8664F0

Black with #8664F0

Text Example


Text Example

White with #8664F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8664F0; }

 p { color: rgb(134,100,240); }

 H1.HeaderClassName
 {
   color: #8664F0;
 }
 .AnyTagClassName
 {
   color: #8664F0;
 }
</style>

background-color css

<style>
 a { background-color: #8664F0; }

 a { background-color: rgb(134,100,240); }

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

border-color css

<style>
 span { border-color: #8664F0; }

 span { border-color: rgb(134,100,240); }

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