Html Css Color HEX #7B5FFA Medium Slate Blue

📋 copy color: '#7B5FFA'

red 123 ◦ green 95 ◦ blue 250

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

Shades of Medium Slate Blue #7B5FFA

Tints of Medium Slate Blue #7B5FFA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.3%

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

R = 26.28%
G = 20.3%
B = 53.42%

CMYK

 C value IS 0.51

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7B5FFA (or 0x7B5FFA) is known color: Medium Slate Blue. HEX triplet: 7B, 5F and FA. RGB value is (123,95,250). Sum of RGB (Red+Green+Blue) = 123+95+250=468 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.28% from 468); Green value is 95 (37.5% from 255 or 20.30% from 468); Blue value is 250 (98.05% from 255 or 53.42% from 468); Max value from RGB is 250 - color contains mainly: blue. Hex color #7B5FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B5FFA is #84A005. Grayscale: #787878. Windows color (decimal): -8691718 or 16408443. OLE color: 16408443.

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

Color convert

RGB 123 95 250 -
CMYK 0.51 0.62 0 0.02
HSL 250.84º 0.94% 0.68% -
HSV(B) 250.84º 0.62% 0.98% -
XYZ 29.52 19.3 92.61 -
YUV 121.04 200.78 129.4 -
System Red Green Blue C M Y K H S L
Decimal 123 95 250 0.51 0.62 0 0.02 250.84 0.94 0.68
Hex 7B 5F FA 33 3E 0 2 FB 5E 44
Octal 173 137 372 63 76 0 2 373 136 104
Binary 1111011 1011111 11111010 110011 111110 0 10 11111011 1011110 1000100

Color Harmonies of #7B5FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5FFA

Black with #7B5FFA

Text Example


Text Example

White with #7B5FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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