Html Css Color HEX #866CFD Light Slate Blue

📋 copy color: '#866CFD'

red 134 ◦ green 108 ◦ blue 253

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

Shades of Light Slate Blue #866CFD

Tints of Light Slate Blue #866CFD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.82%

 BLUE value IS 253 (99.22% from 255) = 51.11%

R = 27.07%
G = 21.82%
B = 51.11%

CMYK

 C value IS 0.47

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#866CFD (or 0x866CFD) is known color: Light Slate Blue. HEX triplet: 86, 6C and FD. RGB value is (134,108,253). Sum of RGB (Red+Green+Blue) = 134+108+253=495 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.07% from 495); Green value is 108 (42.58% from 255 or 21.82% from 495); Blue value is 253 (99.22% from 255 or 51.11% from 495); Max value from RGB is 253 - color contains mainly: blue. Hex color #866CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #866CFD is #799302. Grayscale: #838383. Windows color (decimal): -7967491 or 16608390. OLE color: 16608390.

HSL color Cylindrical-coordinate representation of color #866CFD: hue angle of 250.76º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #866CFD is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 134 108 253 -
CMYK 0.47 0.57 0 0.01
HSL 250.76º 0.97% 0.71% -
HSV(B) 250.76º 0.57% 0.99% -
XYZ 32.92 22.89 95.61 -
YUV 132.3 196.11 129.21 -
System Red Green Blue C M Y K H S L
Decimal 134 108 253 0.47 0.57 0 0.01 250.76 0.97 0.71
Hex 86 6C FD 2F 39 0 1 FB 61 47
Octal 206 154 375 57 71 0 1 373 141 107
Binary 10000110 1101100 11111101 101111 111001 0 1 11111011 1100001 1000111

Color Harmonies of #866CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866CFD

Black with #866CFD

Text Example


Text Example

White with #866CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,108,253); }

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

background-color css

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

 a { background-color: rgb(134,108,253); }

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

border-color css

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

 span { border-color: rgb(134,108,253); }

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