Html Css Color HEX #7358D7 Slate Blue

📋 copy color: '#7358D7'

red 115 ◦ green 88 ◦ blue 215

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

Shades of Slate Blue #7358D7

Tints of Slate Blue #7358D7

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.05%

 BLUE value IS 215 (84.38% from 255) = 51.44%

R = 27.51%
G = 21.05%
B = 51.44%

CMYK

 C value IS 0.47

 M value IS 0.59

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7358D7 (or 0x7358D7) is known color: Slate Blue. HEX triplet: 73, 58 and D7. RGB value is (115,88,215). Sum of RGB (Red+Green+Blue) = 115+88+215=418 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.51% from 418); Green value is 88 (34.77% from 255 or 21.05% from 418); Blue value is 215 (84.38% from 255 or 51.44% from 418); Max value from RGB is 215 - color contains mainly: blue. Hex color #7358D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7358D7 is #8CA728. Grayscale: #6E6E6E. Windows color (decimal): -9217833 or 14112883. OLE color: 14112883.

HSL color Cylindrical-coordinate representation of color #7358D7: hue angle of 252.76º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7358D7 is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 115 88 215 -
CMYK 0.47 0.59 0 0.16
HSL 252.76º 0.61% 0.59% -
HSV(B) 252.76º 0.59% 0.84% -
XYZ 22.83 15.53 66.08 -
YUV 110.55 186.95 131.17 -
System Red Green Blue C M Y K H S L
Decimal 115 88 215 0.47 0.59 0 0.16 252.76 0.61 0.59
Hex 73 58 D7 2F 3B 0 10 FD 3D 3B
Octal 163 130 327 57 73 0 20 375 75 73
Binary 1110011 1011000 11010111 101111 111011 0 10000 11111101 111101 111011

Color Harmonies of #7358D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7358D7

Black with #7358D7

Text Example


Text Example

White with #7358D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7358D7; }

 p { color: rgb(115,88,215); }

 H1.HeaderClassName
 {
   color: #7358D7;
 }
 .AnyTagClassName
 {
   color: #7358D7;
 }
</style>

background-color css

<style>
 a { background-color: #7358D7; }

 a { background-color: rgb(115,88,215); }

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

border-color css

<style>
 span { border-color: #7358D7; }

 span { border-color: rgb(115,88,215); }

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