Html Css Color HEX #7B5CFA Medium Slate Blue

📋 copy color: '#7B5CFA'

red 123 ◦ green 92 ◦ blue 250

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

Shades of Medium Slate Blue #7B5CFA

Tints of Medium Slate Blue #7B5CFA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.78%

 BLUE value IS 250 (98.05% from 255) = 53.76%

R = 26.45%
G = 19.78%
B = 53.76%

CMYK

 C value IS 0.51

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7B5CFA (or 0x7B5CFA) is known color: Medium Slate Blue. HEX triplet: 7B, 5C and FA. RGB value is (123,92,250). Sum of RGB (Red+Green+Blue) = 123+92+250=465 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.45% from 465); Green value is 92 (36.33% from 255 or 19.78% from 465); Blue value is 250 (98.05% from 255 or 53.76% from 465); Max value from RGB is 250 - color contains mainly: blue. Hex color #7B5CFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B5CFA is #84A305. Grayscale: #767676. Windows color (decimal): -8692486 or 16407675. OLE color: 16407675.

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

Color convert

RGB 123 92 250 -
CMYK 0.51 0.63 0 0.02
HSL 251.77º 0.94% 0.67% -
HSV(B) 251.77º 0.63% 0.98% -
XYZ 29.25 18.77 92.52 -
YUV 119.28 201.77 130.65 -
System Red Green Blue C M Y K H S L
Decimal 123 92 250 0.51 0.63 0 0.02 251.77 0.94 0.67
Hex 7B 5C FA 33 3F 0 2 FC 5E 43
Octal 173 134 372 63 77 0 2 374 136 103
Binary 1111011 1011100 11111010 110011 111111 0 10 11111100 1011110 1000011

Color Harmonies of #7B5CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5CFA

Black with #7B5CFA

Text Example


Text Example

White with #7B5CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,92,250); }

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

background-color css

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

 a { background-color: rgb(123,92,250); }

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

border-color css

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

 span { border-color: rgb(123,92,250); }

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