Html Css Color HEX #7350DE Slate Blue

📋 copy color: '#7350DE'

red 115 ◦ green 80 ◦ blue 222

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

Shades of Slate Blue #7350DE

Tints of Slate Blue #7350DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 53.24%

R = 27.58%
G = 19.18%
B = 53.24%

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

#7350DE (or 0x7350DE) is known color: Slate Blue. HEX triplet: 73, 50 and DE. RGB value is (115,80,222). Sum of RGB (Red+Green+Blue) = 115+80+222=417 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.58% from 417); Green value is 80 (31.64% from 255 or 19.18% from 417); Blue value is 222 (87.11% from 255 or 53.24% from 417); Max value from RGB is 222 - color contains mainly: blue. Hex color #7350DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7350DE is #8CAF21. Grayscale: #6A6A6A. Windows color (decimal): -9219874 or 14569587. OLE color: 14569587.

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

Color convert

RGB 115 80 222 -
CMYK 0.48 0.64 0 0.13
HSL 254.79º 0.68% 0.59% -
HSV(B) 254.79º 0.64% 0.87% -
XYZ 23.12 14.66 70.72 -
YUV 106.65 193.1 133.95 -
System Red Green Blue C M Y K H S L
Decimal 115 80 222 0.48 0.64 0 0.13 254.79 0.68 0.59
Hex 73 50 DE 30 40 0 D FF 44 3B
Octal 163 120 336 60 100 0 15 377 104 73
Binary 1110011 1010000 11011110 110000 1000000 0 1101 11111111 1000100 111011

Color Harmonies of #7350DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7350DE

Black with #7350DE

Text Example


Text Example

White with #7350DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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