Html Css Color HEX #7C6BFB Light Slate Blue

📋 copy color: '#7C6BFB'

red 124 ◦ green 107 ◦ blue 251

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

Shades of Light Slate Blue #7C6BFB

Tints of Light Slate Blue #7C6BFB

RGB

 RED value IS 124 (48.83% from 255) = 25.73%

 GREEN value IS 107 (42.19% from 255) = 22.2%

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

R = 25.73%
G = 22.2%
B = 52.07%

CMYK

 C value IS 0.51

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7C6BFB (or 0x7C6BFB) is known color: Light Slate Blue. HEX triplet: 7C, 6B and FB. RGB value is (124,107,251). Sum of RGB (Red+Green+Blue) = 124+107+251=482 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.73% from 482); Green value is 107 (42.19% from 255 or 22.20% from 482); Blue value is 251 (98.44% from 255 or 52.07% from 482); Max value from RGB is 251 - color contains mainly: blue. Hex color #7C6BFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C6BFB is #839404. Grayscale: #7F7F7F. Windows color (decimal): -8623109 or 16477052. OLE color: 16477052.

HSL color Cylindrical-coordinate representation of color #7C6BFB: hue angle of 247.08º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7C6BFB is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 124 107 251 -
CMYK 0.51 0.57 0 0.02
HSL 247.08º 0.95% 0.7% -
HSV(B) 247.08º 0.57% 0.98% -
XYZ 30.98 21.77 93.84 -
YUV 128.5 197.13 124.79 -
System Red Green Blue C M Y K H S L
Decimal 124 107 251 0.51 0.57 0 0.02 247.08 0.95 0.7
Hex 7C 6B FB 33 39 0 2 F7 5F 46
Octal 174 153 373 63 71 0 2 367 137 106
Binary 1111100 1101011 11111011 110011 111001 0 10 11110111 1011111 1000110

Color Harmonies of #7C6BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6BFB

Black with #7C6BFB

Text Example


Text Example

White with #7C6BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C6BFB; }

 p { color: rgb(124,107,251); }

 H1.HeaderClassName
 {
   color: #7C6BFB;
 }
 .AnyTagClassName
 {
   color: #7C6BFB;
 }
</style>

background-color css

<style>
 a { background-color: #7C6BFB; }

 a { background-color: rgb(124,107,251); }

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

border-color css

<style>
 span { border-color: #7C6BFB; }

 span { border-color: rgb(124,107,251); }

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