Html Css Color HEX #866EFA Light Slate Blue

📋 copy color: '#866EFA'

red 134 ◦ green 110 ◦ blue 250

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

Shades of Light Slate Blue #866EFA

Tints of Light Slate Blue #866EFA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.27%

 BLUE value IS 250 (98.05% from 255) = 50.61%

R = 27.13%
G = 22.27%
B = 50.61%

CMYK

 C value IS 0.46

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#866EFA (or 0x866EFA) is known color: Light Slate Blue. HEX triplet: 86, 6E and FA. RGB value is (134,110,250). Sum of RGB (Red+Green+Blue) = 134+110+250=494 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.13% from 494); Green value is 110 (43.36% from 255 or 22.27% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #866EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #866EFA is #799105. Grayscale: #848484. Windows color (decimal): -7966982 or 16412294. OLE color: 16412294.

HSL color Cylindrical-coordinate representation of color #866EFA: hue angle of 250.29º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #866EFA is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 134 110 250 -
CMYK 0.46 0.56 0 0.02
HSL 250.29º 0.93% 0.71% -
HSV(B) 250.29º 0.56% 0.98% -
XYZ 32.66 23.12 93.18 -
YUV 133.14 193.95 128.62 -
System Red Green Blue C M Y K H S L
Decimal 134 110 250 0.46 0.56 0 0.02 250.29 0.93 0.71
Hex 86 6E FA 2E 38 0 2 FA 5D 47
Octal 206 156 372 56 70 0 2 372 135 107
Binary 10000110 1101110 11111010 101110 111000 0 10 11111010 1011101 1000111

Color Harmonies of #866EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866EFA

Black with #866EFA

Text Example


Text Example

White with #866EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,110,250); }

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

background-color css

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

 a { background-color: rgb(134,110,250); }

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

border-color css

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

 span { border-color: rgb(134,110,250); }

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