Html Css Color HEX #7358DC Slate Blue

📋 copy color: '#7358DC'

red 115 ◦ green 88 ◦ blue 220

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

Shades of Slate Blue #7358DC

Tints of Slate Blue #7358DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 52.01%

R = 27.19%
G = 20.8%
B = 52.01%

CMYK

 C value IS 0.48

 M value IS 0.6

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7358DC (or 0x7358DC) is known color: Slate Blue. HEX triplet: 73, 58 and DC. RGB value is (115,88,220). Sum of RGB (Red+Green+Blue) = 115+88+220=423 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.19% from 423); Green value is 88 (34.77% from 255 or 20.80% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #7358DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7358DC is #8CA723. Grayscale: #6E6E6E. Windows color (decimal): -9217828 or 14440563. OLE color: 14440563.

HSL color Cylindrical-coordinate representation of color #7358DC: hue angle of 252.27º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7358DC is Cyan = 0.48, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 115 88 220 -
CMYK 0.48 0.6 0 0.14
HSL 252.27º 0.65% 0.6% -
HSV(B) 252.27º 0.6% 0.86% -
XYZ 23.48 15.79 69.52 -
YUV 111.12 189.45 130.77 -
System Red Green Blue C M Y K H S L
Decimal 115 88 220 0.48 0.6 0 0.14 252.27 0.65 0.6
Hex 73 58 DC 30 3C 0 E FC 41 3C
Octal 163 130 334 60 74 0 16 374 101 74
Binary 1110011 1011000 11011100 110000 111100 0 1110 11111100 1000001 111100

Color Harmonies of #7358DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7358DC

Black with #7358DC

Text Example


Text Example

White with #7358DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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