Html Css Color HEX #7B54FF Medium Slate Blue

📋 copy color: '#7B54FF'

red 123 ◦ green 84 ◦ blue 255

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

Shades of Medium Slate Blue #7B54FF

Tints of Medium Slate Blue #7B54FF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.18%

 BLUE value IS 255 (100% from 255) = 55.19%

R = 26.62%
G = 18.18%
B = 55.19%

CMYK

 C value IS 0.52

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7B54FF (or 0x7B54FF) is known color: Medium Slate Blue. HEX triplet: 7B, 54 and FF. RGB value is (123,84,255). Sum of RGB (Red+Green+Blue) = 123+84+255=462 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.62% from 462); Green value is 84 (33.20% from 255 or 18.18% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #7B54FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B54FF is #84AB00. Grayscale: #727272. Windows color (decimal): -8694529 or 16733307. OLE color: 16733307.

HSL color Cylindrical-coordinate representation of color #7B54FF: hue angle of 253.68º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7B54FF is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 123 84 255 -
CMYK 0.52 0.67 0 0
HSL 253.68º 1% 0.66% -
HSV(B) 253.68º 0.67% 1% -
XYZ 29.39 17.77 96.49 -
YUV 115.16 206.92 133.6 -
System Red Green Blue C M Y K H S L
Decimal 123 84 255 0.52 0.67 0 0 253.68 1 0.66
Hex 7B 54 FF 34 43 0 0 FE 64 42
Octal 173 124 377 64 103 0 0 376 144 102
Binary 1111011 1010100 11111111 110100 1000011 0 0 11111110 1100100 1000010

Color Harmonies of #7B54FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B54FF

Black with #7B54FF

Text Example


Text Example

White with #7B54FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,84,255); }

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

background-color css

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

 a { background-color: rgb(123,84,255); }

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

border-color css

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

 span { border-color: rgb(123,84,255); }

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