Html Css Color HEX #7B51DF Slate Blue

📋 copy color: '#7B51DF'

red 123 ◦ green 81 ◦ blue 223

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

Shades of Slate Blue #7B51DF

Tints of Slate Blue #7B51DF

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.97%

 BLUE value IS 223 (87.5% from 255) = 52.22%

R = 28.81%
G = 18.97%
B = 52.22%

CMYK

 C value IS 0.45

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7B51DF (or 0x7B51DF) is known color: Slate Blue. HEX triplet: 7B, 51 and DF. RGB value is (123,81,223). Sum of RGB (Red+Green+Blue) = 123+81+223=427 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.81% from 427); Green value is 81 (32.03% from 255 or 18.97% from 427); Blue value is 223 (87.5% from 255 or 52.22% from 427); Max value from RGB is 223 - color contains mainly: blue. Hex color #7B51DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B51DF is #84AE20. Grayscale: #6D6D6D. Windows color (decimal): -8695329 or 14635387. OLE color: 14635387.

HSL color Cylindrical-coordinate representation of color #7B51DF: hue angle of 257.75º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7B51DF is Cyan = 0.45, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 123 81 223 -
CMYK 0.45 0.64 0 0.13
HSL 257.75º 0.69% 0.6% -
HSV(B) 257.75º 0.64% 0.87% -
XYZ 24.43 15.42 71.5 -
YUV 109.75 191.91 137.45 -
System Red Green Blue C M Y K H S L
Decimal 123 81 223 0.45 0.64 0 0.13 257.75 0.69 0.6
Hex 7B 51 DF 2D 40 0 D 102 45 3C
Octal 173 121 337 55 100 0 15 402 105 74
Binary 1111011 1010001 11011111 101101 1000000 0 1101 100000010 1000101 111100

Color Harmonies of #7B51DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B51DF

Black with #7B51DF

Text Example


Text Example

White with #7B51DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,81,223); }

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

background-color css

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

 a { background-color: rgb(123,81,223); }

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

border-color css

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

 span { border-color: rgb(123,81,223); }

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