Html Css Color HEX #867BFF Light Slate Blue

📋 copy color: '#867BFF'

red 134 ◦ green 123 ◦ blue 255

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

Shades of Light Slate Blue #867BFF

Tints of Light Slate Blue #867BFF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.02%

 BLUE value IS 255 (100% from 255) = 49.8%

R = 26.17%
G = 24.02%
B = 49.8%

CMYK

 C value IS 0.47

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#867BFF (or 0x867BFF) is known color: Light Slate Blue. HEX triplet: 86, 7B and FF. RGB value is (134,123,255). Sum of RGB (Red+Green+Blue) = 134+123+255=512 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.17% from 512); Green value is 123 (48.44% from 255 or 24.02% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #867BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #867BFF is #798400. Grayscale: #8C8C8C. Windows color (decimal): -7963649 or 16743302. OLE color: 16743302.

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

Color convert

RGB 134 123 255 -
CMYK 0.47 0.52 0 0
HSL 245º 1% 0.74% -
HSV(B) 245º 0.52% 1% -
XYZ 34.96 26.45 97.87 -
YUV 141.34 192.14 122.77 -
System Red Green Blue C M Y K H S L
Decimal 134 123 255 0.47 0.52 0 0 245 1 0.74
Hex 86 7B FF 2F 34 0 0 F5 64 4A
Octal 206 173 377 57 64 0 0 365 144 112
Binary 10000110 1111011 11111111 101111 110100 0 0 11110101 1100100 1001010

Color Harmonies of #867BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867BFF

Black with #867BFF

Text Example


Text Example

White with #867BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,123,255); }

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

background-color css

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

 a { background-color: rgb(134,123,255); }

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

border-color css

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

 span { border-color: rgb(134,123,255); }

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