Html Css Color HEX #7341DE Slate Blue

📋 copy color: '#7341DE'

red 115 ◦ green 65 ◦ blue 222

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

Shades of Slate Blue #7341DE

Tints of Slate Blue #7341DE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.17%

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

R = 28.61%
G = 16.17%
B = 55.22%

CMYK

 C value IS 0.48

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7341DE (or 0x7341DE) is known color: Slate Blue. HEX triplet: 73, 41 and DE. RGB value is (115,65,222). Sum of RGB (Red+Green+Blue) = 115+65+222=402 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.61% from 402); Green value is 65 (25.78% from 255 or 16.17% from 402); Blue value is 222 (87.11% from 255 or 55.22% from 402); Max value from RGB is 222 - color contains mainly: blue. Hex color #7341DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7341DE is #8CBE21. Grayscale: #616161. Windows color (decimal): -9223714 or 14565747. OLE color: 14565747.

HSL color Cylindrical-coordinate representation of color #7341DE: hue angle of 259.11º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7341DE is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 115 65 222 -
CMYK 0.48 0.71 0 0.13
HSL 259.11º 0.7% 0.56% -
HSV(B) 259.11º 0.71% 0.87% -
XYZ 22.15 12.7 70.39 -
YUV 97.85 198.07 140.23 -
System Red Green Blue C M Y K H S L
Decimal 115 65 222 0.48 0.71 0 0.13 259.11 0.7 0.56
Hex 73 41 DE 30 47 0 D 103 46 38
Octal 163 101 336 60 107 0 15 403 106 70
Binary 1110011 1000001 11011110 110000 1000111 0 1101 100000011 1000110 111000

Color Harmonies of #7341DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7341DE

Black with #7341DE

Text Example


Text Example

White with #7341DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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