Html Css Color HEX #7B68EA Medium Slate Blue

📋 copy color: '#7B68EA'

red 123 ◦ green 104 ◦ blue 234

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

Shades of Medium Slate Blue #7B68EA

Tints of Medium Slate Blue #7B68EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.76%

R = 26.68%
G = 22.56%
B = 50.76%

CMYK

 C value IS 0.47

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7B68EA (or 0x7B68EA) is known color: Medium Slate Blue. HEX triplet: 7B, 68 and EA. RGB value is (123,104,234). Sum of RGB (Red+Green+Blue) = 123+104+234=461 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.68% from 461); Green value is 104 (41.02% from 255 or 22.56% from 461); Blue value is 234 (91.80% from 255 or 50.76% from 461); Max value from RGB is 234 - color contains mainly: blue. Hex color #7B68EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B68EA is #849715. Grayscale: #7B7B7B. Windows color (decimal): -8689430 or 15362171. OLE color: 15362171.

HSL color Cylindrical-coordinate representation of color #7B68EA: hue angle of 248.77º degrees, saturation: 0.76, 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 #7B68EA is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 123 104 234 -
CMYK 0.47 0.56 0 0.08
HSL 248.77º 0.76% 0.66% -
HSV(B) 248.77º 0.56% 0.92% -
XYZ 27.97 20.05 80.24 -
YUV 124.5 189.79 126.93 -
System Red Green Blue C M Y K H S L
Decimal 123 104 234 0.47 0.56 0 0.08 248.77 0.76 0.66
Hex 7B 68 EA 2F 38 0 8 F9 4C 42
Octal 173 150 352 57 70 0 10 371 114 102
Binary 1111011 1101000 11101010 101111 111000 0 1000 11111001 1001100 1000010

Color Harmonies of #7B68EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B68EA

Black with #7B68EA

Text Example


Text Example

White with #7B68EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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