Html Css Color HEX #8B7CFC Light Slate Blue

📋 copy color: '#8B7CFC'

red 139 ◦ green 124 ◦ blue 252

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

Shades of Light Slate Blue #8B7CFC

Tints of Light Slate Blue #8B7CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.93%

R = 26.99%
G = 24.08%
B = 48.93%

CMYK

 C value IS 0.45

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8B7CFC (or 0x8B7CFC) is known color: Light Slate Blue. HEX triplet: 8B, 7C and FC. RGB value is (139,124,252). Sum of RGB (Red+Green+Blue) = 139+124+252=515 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.99% from 515); Green value is 124 (48.83% from 255 or 24.08% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: blue. Hex color #8B7CFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B7CFC is #748303. Grayscale: #8E8E8E. Windows color (decimal): -7635716 or 16546955. OLE color: 16546955.

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

Color convert

RGB 139 124 252 -
CMYK 0.45 0.51 0 0.01
HSL 247.03º 0.96% 0.74% -
HSV(B) 247.03º 0.51% 0.99% -
XYZ 35.43 26.93 95.43 -
YUV 143.08 189.47 125.09 -
System Red Green Blue C M Y K H S L
Decimal 139 124 252 0.45 0.51 0 0.01 247.03 0.96 0.74
Hex 8B 7C FC 2D 33 0 1 F7 60 4A
Octal 213 174 374 55 63 0 1 367 140 112
Binary 10001011 1111100 11111100 101101 110011 0 1 11110111 1100000 1001010

Color Harmonies of #8B7CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7CFC

Black with #8B7CFC

Text Example


Text Example

White with #8B7CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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