Html Css Color HEX #7B6FE4 Medium Slate Blue

📋 copy color: '#7B6FE4'

red 123 ◦ green 111 ◦ blue 228

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

Shades of Medium Slate Blue #7B6FE4

Tints of Medium Slate Blue #7B6FE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 49.35%

R = 26.62%
G = 24.03%
B = 49.35%

CMYK

 C value IS 0.46

 M value IS 0.51

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#7B6FE4 (or 0x7B6FE4) is known color: Medium Slate Blue. HEX triplet: 7B, 6F and E4. RGB value is (123,111,228). Sum of RGB (Red+Green+Blue) = 123+111+228=462 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.62% from 462); Green value is 111 (43.75% from 255 or 24.03% from 462); Blue value is 228 (89.45% from 255 or 49.35% from 462); Max value from RGB is 228 - color contains mainly: blue. Hex color #7B6FE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6FE4 is #84901B. Grayscale: #7F7F7F. Windows color (decimal): -8687644 or 14970747. OLE color: 14970747.

HSL color Cylindrical-coordinate representation of color #7B6FE4: hue angle of 246.15º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7B6FE4 is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 123 111 228 -
CMYK 0.46 0.51 0 0.11
HSL 246.15º 0.68% 0.66% -
HSV(B) 246.15º 0.51% 0.89% -
XYZ 27.86 21.18 76.02 -
YUV 127.93 184.48 124.49 -
System Red Green Blue C M Y K H S L
Decimal 123 111 228 0.46 0.51 0 0.11 246.15 0.68 0.66
Hex 7B 6F E4 2E 33 0 B F6 44 42
Octal 173 157 344 56 63 0 13 366 104 102
Binary 1111011 1101111 11100100 101110 110011 0 1011 11110110 1000100 1000010

Color Harmonies of #7B6FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6FE4

Black with #7B6FE4

Text Example


Text Example

White with #7B6FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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