Html Css Color HEX #7B6FEB Medium Slate Blue

📋 copy color: '#7B6FEB'

red 123 ◦ green 111 ◦ blue 235

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

Shades of Medium Slate Blue #7B6FEB

Tints of Medium Slate Blue #7B6FEB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.67%

 BLUE value IS 235 (92.19% from 255) = 50.11%

R = 26.23%
G = 23.67%
B = 50.11%

CMYK

 C value IS 0.48

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7B6FEB (or 0x7B6FEB) is known color: Medium Slate Blue. HEX triplet: 7B, 6F and EB. RGB value is (123,111,235). Sum of RGB (Red+Green+Blue) = 123+111+235=469 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.23% from 469); Green value is 111 (43.75% from 255 or 23.67% from 469); Blue value is 235 (92.19% from 255 or 50.11% from 469); Max value from RGB is 235 - color contains mainly: blue. Hex color #7B6FEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B6FEB is #849014. Grayscale: #808080. Windows color (decimal): -8687637 or 15429499. OLE color: 15429499.

HSL color Cylindrical-coordinate representation of color #7B6FEB: hue angle of 245.81º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7B6FEB is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 123 111 235 -
CMYK 0.48 0.53 0 0.08
HSL 245.81º 0.76% 0.68% -
HSV(B) 245.81º 0.53% 0.92% -
XYZ 28.85 21.58 81.24 -
YUV 128.72 187.98 123.92 -
System Red Green Blue C M Y K H S L
Decimal 123 111 235 0.48 0.53 0 0.08 245.81 0.76 0.68
Hex 7B 6F EB 30 35 0 8 F6 4C 44
Octal 173 157 353 60 65 0 10 366 114 104
Binary 1111011 1101111 11101011 110000 110101 0 1000 11110110 1001100 1000100

Color Harmonies of #7B6FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6FEB

Black with #7B6FEB

Text Example


Text Example

White with #7B6FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,111,235); }

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

background-color css

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

 a { background-color: rgb(123,111,235); }

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

border-color css

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

 span { border-color: rgb(123,111,235); }

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