Html Css Color HEX #8B7CFF Light Slate Blue

📋 copy color: '#8B7CFF'

red 139 ◦ green 124 ◦ blue 255

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

Shades of Light Slate Blue #8B7CFF

Tints of Light Slate Blue #8B7CFF

RGB

 RED value IS 139 (54.69% from 255) = 26.83%

 GREEN value IS 124 (48.83% from 255) = 23.94%

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

R = 26.83%
G = 23.94%
B = 49.23%

CMYK

 C value IS 0.45

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8B7CFF (or 0x8B7CFF) is known color: Light Slate Blue. HEX triplet: 8B, 7C and FF. RGB value is (139,124,255). Sum of RGB (Red+Green+Blue) = 139+124+255=518 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.83% from 518); Green value is 124 (48.83% from 255 or 23.94% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #8B7CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B7CFF is #748300. Grayscale: #8E8E8E. Windows color (decimal): -7635713 or 16743563. OLE color: 16743563.

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

Color convert

RGB 139 124 255 -
CMYK 0.45 0.51 0 0
HSL 246.87º 1% 0.74% -
HSV(B) 246.87º 0.51% 1% -
XYZ 35.91 27.12 97.95 -
YUV 143.42 190.97 124.85 -
System Red Green Blue C M Y K H S L
Decimal 139 124 255 0.45 0.51 0 0 246.87 1 0.74
Hex 8B 7C FF 2D 33 0 0 F7 64 4A
Octal 213 174 377 55 63 0 0 367 144 112
Binary 10001011 1111100 11111111 101101 110011 0 0 11110111 1100100 1001010

Color Harmonies of #8B7CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7CFF

Black with #8B7CFF

Text Example


Text Example

White with #8B7CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B7CFF; }

 p { color: rgb(139,124,255); }

 H1.HeaderClassName
 {
   color: #8B7CFF;
 }
 .AnyTagClassName
 {
   color: #8B7CFF;
 }
</style>

background-color css

<style>
 a { background-color: #8B7CFF; }

 a { background-color: rgb(139,124,255); }

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

border-color css

<style>
 span { border-color: #8B7CFF; }

 span { border-color: rgb(139,124,255); }

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