Html Css Color HEX #867FFB Light Slate Blue

📋 copy color: '#867FFB'

red 134 ◦ green 127 ◦ blue 251

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

Shades of Light Slate Blue #867FFB

Tints of Light Slate Blue #867FFB

RGB

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

 GREEN value IS 127 (50% from 255) = 24.8%

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

R = 26.17%
G = 24.8%
B = 49.02%

CMYK

 C value IS 0.47

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#867FFB (or 0x867FFB) is known color: Light Slate Blue. HEX triplet: 86, 7F and FB. RGB value is (134,127,251). Sum of RGB (Red+Green+Blue) = 134+127+251=512 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.17% from 512); Green value is 127 (50% from 255 or 24.80% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #867FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #867FFB is #798004. Grayscale: #8E8E8E. Windows color (decimal): -7962629 or 16482182. OLE color: 16482182.

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

Color convert

RGB 134 127 251 -
CMYK 0.47 0.49 0 0.02
HSL 243.39º 0.94% 0.74% -
HSV(B) 243.39º 0.49% 0.98% -
XYZ 34.83 27.21 94.68 -
YUV 143.23 188.82 121.42 -
System Red Green Blue C M Y K H S L
Decimal 134 127 251 0.47 0.49 0 0.02 243.39 0.94 0.74
Hex 86 7F FB 2F 31 0 2 F3 5E 4A
Octal 206 177 373 57 61 0 2 363 136 112
Binary 10000110 1111111 11111011 101111 110001 0 10 11110011 1011110 1001010

Color Harmonies of #867FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867FFB

Black with #867FFB

Text Example


Text Example

White with #867FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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