Html Css Color HEX #7B45FB Medium Slate Blue

📋 copy color: '#7B45FB'

red 123 ◦ green 69 ◦ blue 251

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

Shades of Medium Slate Blue #7B45FB

Tints of Medium Slate Blue #7B45FB

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.58%

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

R = 27.77%
G = 15.58%
B = 56.66%

CMYK

 C value IS 0.51

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7B45FB (or 0x7B45FB) is known color: Medium Slate Blue. HEX triplet: 7B, 45 and FB. RGB value is (123,69,251). Sum of RGB (Red+Green+Blue) = 123+69+251=443 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.77% from 443); Green value is 69 (27.34% from 255 or 15.58% from 443); Blue value is 251 (98.44% from 255 or 56.66% from 443); Max value from RGB is 251 - color contains mainly: blue. Hex color #7B45FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B45FB is #84BA04. Grayscale: #696969. Windows color (decimal): -8698373 or 16467323. OLE color: 16467323.

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

Color convert

RGB 123 69 251 -
CMYK 0.51 0.73 0 0.02
HSL 257.8º 0.96% 0.63% -
HSV(B) 257.8º 0.73% 0.98% -
XYZ 27.71 15.43 92.79 -
YUV 105.89 209.89 140.2 -
System Red Green Blue C M Y K H S L
Decimal 123 69 251 0.51 0.73 0 0.02 257.8 0.96 0.63
Hex 7B 45 FB 33 49 0 2 102 60 3F
Octal 173 105 373 63 111 0 2 402 140 77
Binary 1111011 1000101 11111011 110011 1001001 0 10 100000010 1100000 111111

Color Harmonies of #7B45FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B45FB

Black with #7B45FB

Text Example


Text Example

White with #7B45FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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