Html Css Color HEX #7350DF Slate Blue

📋 copy color: '#7350DF'

red 115 ◦ green 80 ◦ blue 223

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

Shades of Slate Blue #7350DF

Tints of Slate Blue #7350DF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.14%

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

R = 27.51%
G = 19.14%
B = 53.35%

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

#7350DF (or 0x7350DF) is known color: Slate Blue. HEX triplet: 73, 50 and DF. RGB value is (115,80,223). Sum of RGB (Red+Green+Blue) = 115+80+223=418 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.51% from 418); Green value is 80 (31.64% from 255 or 19.14% from 418); Blue value is 223 (87.5% from 255 or 53.35% from 418); Max value from RGB is 223 - color contains mainly: blue. Hex color #7350DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7350DF is #8CAF20. Grayscale: #6A6A6A. Windows color (decimal): -9219873 or 14635123. OLE color: 14635123.

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

Color convert

RGB 115 80 223 -
CMYK 0.48 0.64 0 0.13
HSL 254.69º 0.69% 0.59% -
HSV(B) 254.69º 0.64% 0.87% -
XYZ 23.26 14.71 71.43 -
YUV 106.77 193.6 133.87 -
System Red Green Blue C M Y K H S L
Decimal 115 80 223 0.48 0.64 0 0.13 254.69 0.69 0.59
Hex 73 50 DF 30 40 0 D FF 45 3B
Octal 163 120 337 60 100 0 15 377 105 73
Binary 1110011 1010000 11011111 110000 1000000 0 1101 11111111 1000101 111011

Color Harmonies of #7350DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7350DF

Black with #7350DF

Text Example


Text Example

White with #7350DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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