Html Css Color HEX #7B6FF2 Medium Slate Blue

📋 copy color: '#7B6FF2'

red 123 ◦ green 111 ◦ blue 242

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

Shades of Medium Slate Blue #7B6FF2

Tints of Medium Slate Blue #7B6FF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 50.84%

R = 25.84%
G = 23.32%
B = 50.84%

CMYK

 C value IS 0.49

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7B6FF2 (or 0x7B6FF2) is known color: Medium Slate Blue. HEX triplet: 7B, 6F and F2. RGB value is (123,111,242). Sum of RGB (Red+Green+Blue) = 123+111+242=476 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.84% from 476); Green value is 111 (43.75% from 255 or 23.32% from 476); Blue value is 242 (94.92% from 255 or 50.84% from 476); Max value from RGB is 242 - color contains mainly: blue. Hex color #7B6FF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B6FF2 is #84900D. Grayscale: #818181. Windows color (decimal): -8687630 or 15888251. OLE color: 15888251.

HSL color Cylindrical-coordinate representation of color #7B6FF2: hue angle of 245.5º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7B6FF2 is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 123 111 242 -
CMYK 0.49 0.54 0 0.05
HSL 245.5º 0.83% 0.69% -
HSV(B) 245.5º 0.54% 0.95% -
XYZ 29.88 21.99 86.67 -
YUV 129.52 191.48 123.35 -
System Red Green Blue C M Y K H S L
Decimal 123 111 242 0.49 0.54 0 0.05 245.5 0.83 0.69
Hex 7B 6F F2 31 36 0 5 F5 53 45
Octal 173 157 362 61 66 0 5 365 123 105
Binary 1111011 1101111 11110010 110001 110110 0 101 11110101 1010011 1000101

Color Harmonies of #7B6FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6FF2

Black with #7B6FF2

Text Example


Text Example

White with #7B6FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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