Html Css Color HEX #7B68EB Medium Slate Blue

📋 copy color: '#7B68EB'

red 123 ◦ green 104 ◦ blue 235

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

Shades of Medium Slate Blue #7B68EB

Tints of Medium Slate Blue #7B68EB

RGB

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

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

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

R = 26.62%
G = 22.51%
B = 50.87%

CMYK

 C value IS 0.48

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7B68EB (or 0x7B68EB) is known color: Medium Slate Blue. HEX triplet: 7B, 68 and EB. RGB value is (123,104,235). Sum of RGB (Red+Green+Blue) = 123+104+235=462 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.62% from 462); Green value is 104 (41.02% from 255 or 22.51% from 462); Blue value is 235 (92.19% from 255 or 50.87% from 462); Max value from RGB is 235 - color contains mainly: blue. Hex color #7B68EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B68EB is #849714. Grayscale: #7C7C7C. Windows color (decimal): -8689429 or 15427707. OLE color: 15427707.

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

Color convert

RGB 123 104 235 -
CMYK 0.48 0.56 0 0.08
HSL 248.7º 0.77% 0.66% -
HSV(B) 248.7º 0.56% 0.92% -
XYZ 28.11 20.11 81 -
YUV 124.62 190.29 126.85 -
System Red Green Blue C M Y K H S L
Decimal 123 104 235 0.48 0.56 0 0.08 248.7 0.77 0.66
Hex 7B 68 EB 30 38 0 8 F9 4D 42
Octal 173 150 353 60 70 0 10 371 115 102
Binary 1111011 1101000 11101011 110000 111000 0 1000 11111001 1001101 1000010

Color Harmonies of #7B68EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B68EB

Black with #7B68EB

Text Example


Text Example

White with #7B68EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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