Html Css Color HEX #7B5AFB Medium Slate Blue

📋 copy color: '#7B5AFB'

red 123 ◦ green 90 ◦ blue 251

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

Shades of Medium Slate Blue #7B5AFB

Tints of Medium Slate Blue #7B5AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 54.09%

R = 26.51%
G = 19.4%
B = 54.09%

CMYK

 C value IS 0.51

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7B5AFB (or 0x7B5AFB) is known color: Medium Slate Blue. HEX triplet: 7B, 5A and FB. RGB value is (123,90,251). Sum of RGB (Red+Green+Blue) = 123+90+251=464 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.51% from 464); Green value is 90 (35.55% from 255 or 19.40% from 464); Blue value is 251 (98.44% from 255 or 54.09% from 464); Max value from RGB is 251 - color contains mainly: blue. Hex color #7B5AFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B5AFB is #84A504. Grayscale: #757575. Windows color (decimal): -8692997 or 16472699. OLE color: 16472699.

HSL color Cylindrical-coordinate representation of color #7B5AFB: hue angle of 252.3º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7B5AFB is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 123 90 251 -
CMYK 0.51 0.64 0 0.02
HSL 252.3º 0.95% 0.67% -
HSV(B) 252.3º 0.64% 0.98% -
XYZ 29.24 18.49 93.29 -
YUV 118.22 202.93 131.41 -
System Red Green Blue C M Y K H S L
Decimal 123 90 251 0.51 0.64 0 0.02 252.3 0.95 0.67
Hex 7B 5A FB 33 40 0 2 FC 5F 43
Octal 173 132 373 63 100 0 2 374 137 103
Binary 1111011 1011010 11111011 110011 1000000 0 10 11111100 1011111 1000011

Color Harmonies of #7B5AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5AFB

Black with #7B5AFB

Text Example


Text Example

White with #7B5AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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