Html Css Color HEX #7B6CFC Light Slate Blue

📋 copy color: '#7B6CFC'

red 123 ◦ green 108 ◦ blue 252

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

Shades of Light Slate Blue #7B6CFC

Tints of Light Slate Blue #7B6CFC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.36%

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

R = 25.47%
G = 22.36%
B = 52.17%

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

#7B6CFC (or 0x7B6CFC) is known color: Light Slate Blue. HEX triplet: 7B, 6C and FC. RGB value is (123,108,252). Sum of RGB (Red+Green+Blue) = 123+108+252=483 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.47% from 483); Green value is 108 (42.58% from 255 or 22.36% from 483); Blue value is 252 (98.83% from 255 or 52.17% from 483); Max value from RGB is 252 - color contains mainly: blue. Hex color #7B6CFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B6CFC is #849303. Grayscale: #808080. Windows color (decimal): -8688388 or 16542843. OLE color: 16542843.

HSL color Cylindrical-coordinate representation of color #7B6CFC: hue angle of 246.25º 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 #7B6CFC is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 123 108 252 -
CMYK 0.51 0.57 0 0.01
HSL 246.25º 0.96% 0.71% -
HSV(B) 246.25º 0.57% 0.99% -
XYZ 31.1 21.96 94.7 -
YUV 128.9 197.47 123.79 -
System Red Green Blue C M Y K H S L
Decimal 123 108 252 0.51 0.57 0 0.01 246.25 0.96 0.71
Hex 7B 6C FC 33 39 0 1 F6 60 47
Octal 173 154 374 63 71 0 1 366 140 107
Binary 1111011 1101100 11111100 110011 111001 0 1 11110110 1100000 1000111

Color Harmonies of #7B6CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6CFC

Black with #7B6CFC

Text Example


Text Example

White with #7B6CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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