Html Css Color HEX #7B5AEA Medium Slate Blue

📋 copy color: '#7B5AEA'

red 123 ◦ green 90 ◦ blue 234

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

Shades of Medium Slate Blue #7B5AEA

Tints of Medium Slate Blue #7B5AEA

RGB

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

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

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

R = 27.52%
G = 20.13%
B = 52.35%

CMYK

 C value IS 0.47

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7B5AEA (or 0x7B5AEA) is known color: Medium Slate Blue. HEX triplet: 7B, 5A and EA. RGB value is (123,90,234). Sum of RGB (Red+Green+Blue) = 123+90+234=447 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.52% from 447); Green value is 90 (35.55% from 255 or 20.13% from 447); Blue value is 234 (91.80% from 255 or 52.35% from 447); Max value from RGB is 234 - color contains mainly: blue. Hex color #7B5AEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B5AEA is #84A515. Grayscale: #737373. Windows color (decimal): -8693014 or 15358587. OLE color: 15358587.

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

Color convert

RGB 123 90 234 -
CMYK 0.47 0.62 0 0.08
HSL 253.75º 0.77% 0.64% -
HSV(B) 253.75º 0.62% 0.92% -
XYZ 26.68 17.46 79.81 -
YUV 116.28 194.43 132.79 -
System Red Green Blue C M Y K H S L
Decimal 123 90 234 0.47 0.62 0 0.08 253.75 0.77 0.64
Hex 7B 5A EA 2F 3E 0 8 FE 4D 40
Octal 173 132 352 57 76 0 10 376 115 100
Binary 1111011 1011010 11101010 101111 111110 0 1000 11111110 1001101 1000000

Color Harmonies of #7B5AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5AEA

Black with #7B5AEA

Text Example


Text Example

White with #7B5AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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