Html Css Color HEX #867EFB Light Slate Blue

📋 copy color: '#867EFB'

red 134 ◦ green 126 ◦ blue 251

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

Shades of Light Slate Blue #867EFB

Tints of Light Slate Blue #867EFB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.66%

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

R = 26.22%
G = 24.66%
B = 49.12%

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

#867EFB (or 0x867EFB) is known color: Light Slate Blue. HEX triplet: 86, 7E and FB. RGB value is (134,126,251). Sum of RGB (Red+Green+Blue) = 134+126+251=511 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.22% from 511); Green value is 126 (49.61% from 255 or 24.66% from 511); Blue value is 251 (98.44% from 255 or 49.12% from 511); Max value from RGB is 251 - color contains mainly: blue. Hex color #867EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #867EFB is #798104. Grayscale: #8E8E8E. Windows color (decimal): -7962885 or 16481926. OLE color: 16481926.

HSL color Cylindrical-coordinate representation of color #867EFB: hue angle of 243.84º 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 #867EFB is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 134 126 251 -
CMYK 0.47 0.50 0 0.02
HSL 243.84º 0.94% 0.74% -
HSV(B) 243.84º 0.5% 0.98% -
XYZ 34.7 26.96 94.64 -
YUV 142.64 189.15 121.84 -
System Red Green Blue C M Y K H S L
Decimal 134 126 251 0.47 0.50 0 0.02 243.84 0.94 0.74
Hex 86 7E FB 2F 32 0 2 F4 5E 4A
Octal 206 176 373 57 62 0 2 364 136 112
Binary 10000110 1111110 11111011 101111 110010 0 10 11110100 1011110 1001010

Color Harmonies of #867EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867EFB

Black with #867EFB

Text Example


Text Example

White with #867EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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