Html Css Color HEX #867DFB Light Slate Blue

📋 copy color: '#867DFB'

red 134 ◦ green 125 ◦ blue 251

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

Shades of Light Slate Blue #867DFB

Tints of Light Slate Blue #867DFB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.51%

 BLUE value IS 251 (98.44% from 255) = 49.22%

R = 26.27%
G = 24.51%
B = 49.22%

CMYK

 C value IS 0.47

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#867DFB (or 0x867DFB) is known color: Light Slate Blue. HEX triplet: 86, 7D and FB. RGB value is (134,125,251). Sum of RGB (Red+Green+Blue) = 134+125+251=510 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.27% from 510); Green value is 125 (49.22% from 255 or 24.51% from 510); Blue value is 251 (98.44% from 255 or 49.22% from 510); Max value from RGB is 251 - color contains mainly: blue. Hex color #867DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #867DFB is #798204. Grayscale: #8D8D8D. Windows color (decimal): -7963141 or 16481670. OLE color: 16481670.

HSL color Cylindrical-coordinate representation of color #867DFB: hue angle of 244.29º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #867DFB is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 134 125 251 -
CMYK 0.47 0.50 0 0.02
HSL 244.29º 0.94% 0.74% -
HSV(B) 244.29º 0.5% 0.98% -
XYZ 34.58 26.7 94.6 -
YUV 142.06 189.48 122.25 -
System Red Green Blue C M Y K H S L
Decimal 134 125 251 0.47 0.50 0 0.02 244.29 0.94 0.74
Hex 86 7D FB 2F 32 0 2 F4 5E 4A
Octal 206 175 373 57 62 0 2 364 136 112
Binary 10000110 1111101 11111011 101111 110010 0 10 11110100 1011110 1001010

Color Harmonies of #867DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867DFB

Black with #867DFB

Text Example


Text Example

White with #867DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867DFB; }

 p { color: rgb(134,125,251); }

 H1.HeaderClassName
 {
   color: #867DFB;
 }
 .AnyTagClassName
 {
   color: #867DFB;
 }
</style>

background-color css

<style>
 a { background-color: #867DFB; }

 a { background-color: rgb(134,125,251); }

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

border-color css

<style>
 span { border-color: #867DFB; }

 span { border-color: rgb(134,125,251); }

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