Html Css Color HEX #7B5ADE Medium Slate Blue

📋 copy color: '#7B5ADE'

red 123 ◦ green 90 ◦ blue 222

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

Shades of Medium Slate Blue #7B5ADE

Tints of Medium Slate Blue #7B5ADE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.69%

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

R = 28.28%
G = 20.69%
B = 51.03%

CMYK

 C value IS 0.45

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7B5ADE (or 0x7B5ADE) is known color: Medium Slate Blue. HEX triplet: 7B, 5A and DE. RGB value is (123,90,222). Sum of RGB (Red+Green+Blue) = 123+90+222=435 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.28% from 435); Green value is 90 (35.55% from 255 or 20.69% from 435); Blue value is 222 (87.11% from 255 or 51.03% from 435); Max value from RGB is 222 - color contains mainly: blue. Hex color #7B5ADE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5ADE is #84A521. Grayscale: #727272. Windows color (decimal): -8693026 or 14572155. OLE color: 14572155.

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

Color convert

RGB 123 90 222 -
CMYK 0.45 0.59 0 0.13
HSL 255º 0.67% 0.61% -
HSV(B) 255º 0.59% 0.87% -
XYZ 25.01 16.8 71.03 -
YUV 114.92 188.43 133.77 -
System Red Green Blue C M Y K H S L
Decimal 123 90 222 0.45 0.59 0 0.13 255 0.67 0.61
Hex 7B 5A DE 2D 3B 0 D FF 43 3D
Octal 173 132 336 55 73 0 15 377 103 75
Binary 1111011 1011010 11011110 101101 111011 0 1101 11111111 1000011 111101

Color Harmonies of #7B5ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5ADE

Black with #7B5ADE

Text Example


Text Example

White with #7B5ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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