Html Css Color HEX #7B68DE Medium Slate Blue

📋 copy color: '#7B68DE'

red 123 ◦ green 104 ◦ blue 222

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

Shades of Medium Slate Blue #7B68DE

Tints of Medium Slate Blue #7B68DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 49.44%

R = 27.39%
G = 23.16%
B = 49.44%

CMYK

 C value IS 0.45

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7B68DE (or 0x7B68DE) is known color: Medium Slate Blue. HEX triplet: 7B, 68 and DE. RGB value is (123,104,222). Sum of RGB (Red+Green+Blue) = 123+104+222=449 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.39% from 449); Green value is 104 (41.02% from 255 or 23.16% from 449); Blue value is 222 (87.11% from 255 or 49.44% from 449); Max value from RGB is 222 - color contains mainly: blue. Hex color #7B68DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B68DE is #849721. Grayscale: #7A7A7A. Windows color (decimal): -8689442 or 14575739. OLE color: 14575739.

HSL color Cylindrical-coordinate representation of color #7B68DE: hue angle of 249.66º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7B68DE is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 123 104 222 -
CMYK 0.45 0.53 0 0.13
HSL 249.66º 0.64% 0.64% -
HSV(B) 249.66º 0.53% 0.87% -
XYZ 26.3 19.39 71.46 -
YUV 123.13 183.79 127.91 -
System Red Green Blue C M Y K H S L
Decimal 123 104 222 0.45 0.53 0 0.13 249.66 0.64 0.64
Hex 7B 68 DE 2D 35 0 D FA 40 40
Octal 173 150 336 55 65 0 15 372 100 100
Binary 1111011 1101000 11011110 101101 110101 0 1101 11111010 1000000 1000000

Color Harmonies of #7B68DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B68DE

Black with #7B68DE

Text Example


Text Example

White with #7B68DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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