Html Css Color HEX #7358DB Slate Blue

📋 copy color: '#7358DB'

red 115 ◦ green 88 ◦ blue 219

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

Shades of Slate Blue #7358DB

Tints of Slate Blue #7358DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.9%

R = 27.25%
G = 20.85%
B = 51.9%

CMYK

 C value IS 0.47

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7358DB (or 0x7358DB) is known color: Slate Blue. HEX triplet: 73, 58 and DB. RGB value is (115,88,219). Sum of RGB (Red+Green+Blue) = 115+88+219=422 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.25% from 422); Green value is 88 (34.77% from 255 or 20.85% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #7358DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7358DB is #8CA724. Grayscale: #6E6E6E. Windows color (decimal): -9217829 or 14375027. OLE color: 14375027.

HSL color Cylindrical-coordinate representation of color #7358DB: hue angle of 252.37º 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 #7358DB is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 115 88 219 -
CMYK 0.47 0.60 0 0.14
HSL 252.37º 0.65% 0.6% -
HSV(B) 252.37º 0.6% 0.86% -
XYZ 23.35 15.74 68.83 -
YUV 111.01 188.95 130.85 -
System Red Green Blue C M Y K H S L
Decimal 115 88 219 0.47 0.60 0 0.14 252.37 0.65 0.6
Hex 73 58 DB 2F 3C 0 E FC 41 3C
Octal 163 130 333 57 74 0 16 374 101 74
Binary 1110011 1011000 11011011 101111 111100 0 1110 11111100 1000001 111100

Color Harmonies of #7358DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7358DB

Black with #7358DB

Text Example


Text Example

White with #7358DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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