Html Css Color HEX #7351DF Slate Blue

📋 copy color: '#7351DF'

red 115 ◦ green 81 ◦ blue 223

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

Shades of Slate Blue #7351DF

Tints of Slate Blue #7351DF

RGB

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

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

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

R = 27.45%
G = 19.33%
B = 53.22%

CMYK

 C value IS 0.48

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7351DF (or 0x7351DF) is known color: Slate Blue. HEX triplet: 73, 51 and DF. RGB value is (115,81,223). Sum of RGB (Red+Green+Blue) = 115+81+223=419 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.45% from 419); Green value is 81 (32.03% from 255 or 19.33% from 419); Blue value is 223 (87.5% from 255 or 53.22% from 419); Max value from RGB is 223 - color contains mainly: blue. Hex color #7351DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7351DF is #8CAE20. Grayscale: #6A6A6A. Windows color (decimal): -9219617 or 14635379. OLE color: 14635379.

HSL color Cylindrical-coordinate representation of color #7351DF: hue angle of 254.37º 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 #7351DF is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 115 81 223 -
CMYK 0.48 0.64 0 0.13
HSL 254.37º 0.69% 0.6% -
HSV(B) 254.37º 0.64% 0.87% -
XYZ 23.33 14.86 71.45 -
YUV 107.35 193.26 133.45 -
System Red Green Blue C M Y K H S L
Decimal 115 81 223 0.48 0.64 0 0.13 254.37 0.69 0.6
Hex 73 51 DF 30 40 0 D FE 45 3C
Octal 163 121 337 60 100 0 15 376 105 74
Binary 1110011 1010001 11011111 110000 1000000 0 1101 11111110 1000101 111100

Color Harmonies of #7351DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7351DF

Black with #7351DF

Text Example


Text Example

White with #7351DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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