Html Css Color HEX #7B55FC Medium Slate Blue

📋 copy color: '#7B55FC'

red 123 ◦ green 85 ◦ blue 252

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

Shades of Medium Slate Blue #7B55FC

Tints of Medium Slate Blue #7B55FC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.48%

 BLUE value IS 252 (98.83% from 255) = 54.78%

R = 26.74%
G = 18.48%
B = 54.78%

CMYK

 C value IS 0.51

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7B55FC (or 0x7B55FC) is known color: Medium Slate Blue. HEX triplet: 7B, 55 and FC. RGB value is (123,85,252). Sum of RGB (Red+Green+Blue) = 123+85+252=460 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.74% from 460); Green value is 85 (33.59% from 255 or 18.48% from 460); Blue value is 252 (98.83% from 255 or 54.78% from 460); Max value from RGB is 252 - color contains mainly: blue. Hex color #7B55FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B55FC is #84AA03. Grayscale: #727272. Windows color (decimal): -8694276 or 16536955. OLE color: 16536955.

HSL color Cylindrical-coordinate representation of color #7B55FC: hue angle of 253.65º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7B55FC is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 123 85 252 -
CMYK 0.51 0.66 0 0.01
HSL 253.65º 0.97% 0.66% -
HSV(B) 253.65º 0.66% 0.99% -
XYZ 28.99 17.74 93.99 -
YUV 115.4 205.09 133.42 -
System Red Green Blue C M Y K H S L
Decimal 123 85 252 0.51 0.66 0 0.01 253.65 0.97 0.66
Hex 7B 55 FC 33 42 0 1 FE 61 42
Octal 173 125 374 63 102 0 1 376 141 102
Binary 1111011 1010101 11111100 110011 1000010 0 1 11111110 1100001 1000010

Color Harmonies of #7B55FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B55FC

Black with #7B55FC

Text Example


Text Example

White with #7B55FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,85,252); }

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

background-color css

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

 a { background-color: rgb(123,85,252); }

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

border-color css

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

 span { border-color: rgb(123,85,252); }

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