Html Css Color HEX #866DF4 Light Slate Blue

📋 copy color: '#866DF4'

red 134 ◦ green 109 ◦ blue 244

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

Shades of Light Slate Blue #866DF4

Tints of Light Slate Blue #866DF4

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.38%

 BLUE value IS 244 (95.7% from 255) = 50.1%

R = 27.52%
G = 22.38%
B = 50.1%

CMYK

 C value IS 0.45

 M value IS 0.55

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#866DF4 (or 0x866DF4) is known color: Light Slate Blue. HEX triplet: 86, 6D and F4. RGB value is (134,109,244). Sum of RGB (Red+Green+Blue) = 134+109+244=487 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.52% from 487); Green value is 109 (42.97% from 255 or 22.38% from 487); Blue value is 244 (95.70% from 255 or 50.10% from 487); Max value from RGB is 244 - color contains mainly: blue. Hex color #866DF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #866DF4 is #79920B. Grayscale: #838383. Windows color (decimal): -7967244 or 16018822. OLE color: 16018822.

HSL color Cylindrical-coordinate representation of color #866DF4: hue angle of 251.11º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #866DF4 is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 134 109 244 -
CMYK 0.45 0.55 0 0.04
HSL 251.11º 0.86% 0.69% -
HSV(B) 251.11º 0.55% 0.96% -
XYZ 31.63 22.54 88.27 -
YUV 131.87 191.28 129.52 -
System Red Green Blue C M Y K H S L
Decimal 134 109 244 0.45 0.55 0 0.04 251.11 0.86 0.69
Hex 86 6D F4 2D 37 0 4 FB 56 45
Octal 206 155 364 55 67 0 4 373 126 105
Binary 10000110 1101101 11110100 101101 110111 0 100 11111011 1010110 1000101

Color Harmonies of #866DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866DF4

Black with #866DF4

Text Example


Text Example

White with #866DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866DF4; }

 p { color: rgb(134,109,244); }

 H1.HeaderClassName
 {
   color: #866DF4;
 }
 .AnyTagClassName
 {
   color: #866DF4;
 }
</style>

background-color css

<style>
 a { background-color: #866DF4; }

 a { background-color: rgb(134,109,244); }

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

border-color css

<style>
 span { border-color: #866DF4; }

 span { border-color: rgb(134,109,244); }

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