Html Css Color HEX #7B68EC Medium Slate Blue

📋 copy color: '#7B68EC'

red 123 ◦ green 104 ◦ blue 236

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

Shades of Medium Slate Blue #7B68EC

Tints of Medium Slate Blue #7B68EC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.46%

 BLUE value IS 236 (92.58% from 255) = 50.97%

R = 26.57%
G = 22.46%
B = 50.97%

CMYK

 C value IS 0.48

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7B68EC (or 0x7B68EC) is known color: Medium Slate Blue. HEX triplet: 7B, 68 and EC. RGB value is (123,104,236). Sum of RGB (Red+Green+Blue) = 123+104+236=463 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.57% from 463); Green value is 104 (41.02% from 255 or 22.46% from 463); Blue value is 236 (92.58% from 255 or 50.97% from 463); Max value from RGB is 236 - color contains mainly: blue. Hex color #7B68EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B68EC is #849713. Grayscale: #7C7C7C. Windows color (decimal): -8689428 or 15493243. OLE color: 15493243.

HSL color Cylindrical-coordinate representation of color #7B68EC: hue angle of 248.64º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7B68EC is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 123 104 236 -
CMYK 0.48 0.56 0 0.07
HSL 248.64º 0.78% 0.67% -
HSV(B) 248.64º 0.56% 0.93% -
XYZ 28.26 20.17 81.76 -
YUV 124.73 190.79 126.77 -
System Red Green Blue C M Y K H S L
Decimal 123 104 236 0.48 0.56 0 0.07 248.64 0.78 0.67
Hex 7B 68 EC 30 38 0 7 F9 4E 43
Octal 173 150 354 60 70 0 7 371 116 103
Binary 1111011 1101000 11101100 110000 111000 0 111 11111001 1001110 1000011

Color Harmonies of #7B68EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B68EC

Black with #7B68EC

Text Example


Text Example

White with #7B68EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,104,236); }

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

background-color css

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

 a { background-color: rgb(123,104,236); }

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

border-color css

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

 span { border-color: rgb(123,104,236); }

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