Html Css Color HEX #7B6DFC Light Slate Blue

📋 copy color: '#7B6DFC'

red 123 ◦ green 109 ◦ blue 252

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

Shades of Light Slate Blue #7B6DFC

Tints of Light Slate Blue #7B6DFC

RGB

 RED value IS 123 (48.44% from 255) = 25.41%

 GREEN value IS 109 (42.97% from 255) = 22.52%

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

R = 25.41%
G = 22.52%
B = 52.07%

CMYK

 C value IS 0.51

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7B6DFC (or 0x7B6DFC) is known color: Light Slate Blue. HEX triplet: 7B, 6D and FC. RGB value is (123,109,252). Sum of RGB (Red+Green+Blue) = 123+109+252=484 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.41% from 484); Green value is 109 (42.97% from 255 or 22.52% from 484); Blue value is 252 (98.83% from 255 or 52.07% from 484); Max value from RGB is 252 - color contains mainly: blue. Hex color #7B6DFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B6DFC is #849203. Grayscale: #808080. Windows color (decimal): -8688132 or 16543099. OLE color: 16543099.

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

Color convert

RGB 123 109 252 -
CMYK 0.51 0.57 0 0.01
HSL 245.87º 0.96% 0.71% -
HSV(B) 245.87º 0.57% 0.99% -
XYZ 31.21 22.18 94.73 -
YUV 129.49 197.14 123.37 -
System Red Green Blue C M Y K H S L
Decimal 123 109 252 0.51 0.57 0 0.01 245.87 0.96 0.71
Hex 7B 6D FC 33 39 0 1 F6 60 47
Octal 173 155 374 63 71 0 1 366 140 107
Binary 1111011 1101101 11111100 110011 111001 0 1 11110110 1100000 1000111

Color Harmonies of #7B6DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6DFC

Black with #7B6DFC

Text Example


Text Example

White with #7B6DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,109,252); }

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

background-color css

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

 a { background-color: rgb(123,109,252); }

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

border-color css

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

 span { border-color: rgb(123,109,252); }

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