Html Css Color HEX #7B50FA Medium Slate Blue

📋 copy color: '#7B50FA'

red 123 ◦ green 80 ◦ blue 250

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

Shades of Medium Slate Blue #7B50FA

Tints of Medium Slate Blue #7B50FA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.66%

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

R = 27.15%
G = 17.66%
B = 55.19%

CMYK

 C value IS 0.51

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7B50FA (or 0x7B50FA) is known color: Medium Slate Blue. HEX triplet: 7B, 50 and FA. RGB value is (123,80,250). Sum of RGB (Red+Green+Blue) = 123+80+250=453 (60% of max value = 765). Red value is 123 (48.44% from 255 or 27.15% from 453); Green value is 80 (31.64% from 255 or 17.66% from 453); Blue value is 250 (98.05% from 255 or 55.19% from 453); Max value from RGB is 250 - color contains mainly: blue. Hex color #7B50FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B50FA is #84AF05. Grayscale: #6F6F6F. Windows color (decimal): -8695558 or 16404603. OLE color: 16404603.

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

Color convert

RGB 123 80 250 -
CMYK 0.51 0.68 0 0.02
HSL 255.18º 0.94% 0.65% -
HSV(B) 255.18º 0.68% 0.98% -
XYZ 28.29 16.85 92.2 -
YUV 112.24 205.75 135.68 -
System Red Green Blue C M Y K H S L
Decimal 123 80 250 0.51 0.68 0 0.02 255.18 0.94 0.65
Hex 7B 50 FA 33 44 0 2 FF 5E 41
Octal 173 120 372 63 104 0 2 377 136 101
Binary 1111011 1010000 11111010 110011 1000100 0 10 11111111 1011110 1000001

Color Harmonies of #7B50FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B50FA

Black with #7B50FA

Text Example


Text Example

White with #7B50FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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