Html Css Color HEX #7B61FA Medium Slate Blue

📋 copy color: '#7B61FA'

red 123 ◦ green 97 ◦ blue 250

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

Shades of Medium Slate Blue #7B61FA

Tints of Medium Slate Blue #7B61FA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.64%

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

R = 26.17%
G = 20.64%
B = 53.19%

CMYK

 C value IS 0.51

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7B61FA (or 0x7B61FA) is known color: Medium Slate Blue. HEX triplet: 7B, 61 and FA. RGB value is (123,97,250). Sum of RGB (Red+Green+Blue) = 123+97+250=470 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.17% from 470); Green value is 97 (38.28% from 255 or 20.64% from 470); Blue value is 250 (98.05% from 255 or 53.19% from 470); Max value from RGB is 250 - color contains mainly: blue. Hex color #7B61FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B61FA is #849E05. Grayscale: #797979. Windows color (decimal): -8691206 or 16408955. OLE color: 16408955.

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

Color convert

RGB 123 97 250 -
CMYK 0.51 0.61 0 0.02
HSL 250.2º 0.94% 0.68% -
HSV(B) 250.2º 0.61% 0.98% -
XYZ 29.7 19.66 92.67 -
YUV 122.22 200.11 128.56 -
System Red Green Blue C M Y K H S L
Decimal 123 97 250 0.51 0.61 0 0.02 250.2 0.94 0.68
Hex 7B 61 FA 33 3D 0 2 FA 5E 44
Octal 173 141 372 63 75 0 2 372 136 104
Binary 1111011 1100001 11111010 110011 111101 0 10 11111010 1011110 1000100

Color Harmonies of #7B61FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B61FA

Black with #7B61FA

Text Example


Text Example

White with #7B61FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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