Html Css Color HEX #8669F2 Medium Slate Blue

📋 copy color: '#8669F2'

red 134 ◦ green 105 ◦ blue 242

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

Shades of Medium Slate Blue #8669F2

Tints of Medium Slate Blue #8669F2

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.83%

 BLUE value IS 242 (94.92% from 255) = 50.31%

R = 27.86%
G = 21.83%
B = 50.31%

CMYK

 C value IS 0.45

 M value IS 0.57

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8669F2 (or 0x8669F2) is known color: Medium Slate Blue. HEX triplet: 86, 69 and F2. RGB value is (134,105,242). Sum of RGB (Red+Green+Blue) = 134+105+242=481 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.86% from 481); Green value is 105 (41.41% from 255 or 21.83% from 481); Blue value is 242 (94.92% from 255 or 50.31% from 481); Max value from RGB is 242 - color contains mainly: blue. Hex color #8669F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8669F2 is #79960D. Grayscale: #808080. Windows color (decimal): -7968270 or 15886726. OLE color: 15886726.

HSL color Cylindrical-coordinate representation of color #8669F2: hue angle of 252.7º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8669F2 is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 134 105 242 -
CMYK 0.45 0.57 0 0.05
HSL 252.7º 0.84% 0.68% -
HSV(B) 252.7º 0.57% 0.95% -
XYZ 30.91 21.58 86.54 -
YUV 129.29 191.61 131.36 -
System Red Green Blue C M Y K H S L
Decimal 134 105 242 0.45 0.57 0 0.05 252.7 0.84 0.68
Hex 86 69 F2 2D 39 0 5 FD 54 44
Octal 206 151 362 55 71 0 5 375 124 104
Binary 10000110 1101001 11110010 101101 111001 0 101 11111101 1010100 1000100

Color Harmonies of #8669F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8669F2

Black with #8669F2

Text Example


Text Example

White with #8669F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8669F2; }

 p { color: rgb(134,105,242); }

 H1.HeaderClassName
 {
   color: #8669F2;
 }
 .AnyTagClassName
 {
   color: #8669F2;
 }
</style>

background-color css

<style>
 a { background-color: #8669F2; }

 a { background-color: rgb(134,105,242); }

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

border-color css

<style>
 span { border-color: #8669F2; }

 span { border-color: rgb(134,105,242); }

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