Html Css Color HEX #7B4BFF Medium Slate Blue

📋 copy color: '#7B4BFF'

red 123 ◦ green 75 ◦ blue 255

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

Shades of Medium Slate Blue #7B4BFF

Tints of Medium Slate Blue #7B4BFF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.56%

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

R = 27.15%
G = 16.56%
B = 56.29%

CMYK

 C value IS 0.52

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7B4BFF (or 0x7B4BFF) is known color: Medium Slate Blue. HEX triplet: 7B, 4B and FF. RGB value is (123,75,255). Sum of RGB (Red+Green+Blue) = 123+75+255=453 (60% of max value = 765). Red value is 123 (48.44% from 255 or 27.15% from 453); Green value is 75 (29.69% from 255 or 16.56% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #7B4BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B4BFF is #84B400. Grayscale: #6D6D6D. Windows color (decimal): -8696833 or 16731003. OLE color: 16731003.

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

Color convert

RGB 123 75 255 -
CMYK 0.52 0.71 0 0
HSL 256º 1% 0.65% -
HSV(B) 256º 0.71% 1% -
XYZ 28.73 16.46 96.27 -
YUV 109.87 209.9 137.36 -
System Red Green Blue C M Y K H S L
Decimal 123 75 255 0.52 0.71 0 0 256 1 0.65
Hex 7B 4B FF 34 47 0 0 100 64 41
Octal 173 113 377 64 107 0 0 400 144 101
Binary 1111011 1001011 11111111 110100 1000111 0 0 100000000 1100100 1000001

Color Harmonies of #7B4BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B4BFF

Black with #7B4BFF

Text Example


Text Example

White with #7B4BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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