Html Css Color HEX #7351D9 Slate Blue

📋 copy color: '#7351D9'

red 115 ◦ green 81 ◦ blue 217

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

Shades of Slate Blue #7351D9

Tints of Slate Blue #7351D9

RGB

 RED value IS 115 (45.31% from 255) = 27.85%

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

 BLUE value IS 217 (85.16% from 255) = 52.54%

R = 27.85%
G = 19.61%
B = 52.54%

CMYK

 C value IS 0.47

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7351D9 (or 0x7351D9) is known color: Slate Blue. HEX triplet: 73, 51 and D9. RGB value is (115,81,217). Sum of RGB (Red+Green+Blue) = 115+81+217=413 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.85% from 413); Green value is 81 (32.03% from 255 or 19.61% from 413); Blue value is 217 (85.16% from 255 or 52.54% from 413); Max value from RGB is 217 - color contains mainly: blue. Hex color #7351D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7351D9 is #8CAE26. Grayscale: #6A6A6A. Windows color (decimal): -9219623 or 14242163. OLE color: 14242163.

HSL color Cylindrical-coordinate representation of color #7351D9: hue angle of 255º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7351D9 is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 115 81 217 -
CMYK 0.47 0.63 0 0.15
HSL 255º 0.64% 0.58% -
HSV(B) 255º 0.63% 0.85% -
XYZ 22.54 14.54 67.26 -
YUV 106.67 190.26 133.94 -
System Red Green Blue C M Y K H S L
Decimal 115 81 217 0.47 0.63 0 0.15 255 0.64 0.58
Hex 73 51 D9 2F 3F 0 F FF 40 3A
Octal 163 121 331 57 77 0 17 377 100 72
Binary 1110011 1010001 11011001 101111 111111 0 1111 11111111 1000000 111010

Color Harmonies of #7351D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7351D9

Black with #7351D9

Text Example


Text Example

White with #7351D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7351D9; }

 p { color: rgb(115,81,217); }

 H1.HeaderClassName
 {
   color: #7351D9;
 }
 .AnyTagClassName
 {
   color: #7351D9;
 }
</style>

background-color css

<style>
 a { background-color: #7351D9; }

 a { background-color: rgb(115,81,217); }

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

border-color css

<style>
 span { border-color: #7351D9; }

 span { border-color: rgb(115,81,217); }

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