Html Css Color HEX #7358C1 Slate Blue

📋 copy color: '#7358C1'

red 115 ◦ green 88 ◦ blue 193

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

Shades of Slate Blue #7358C1

Tints of Slate Blue #7358C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 48.74%

R = 29.04%
G = 22.22%
B = 48.74%

CMYK

 C value IS 0.40

 M value IS 0.54

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7358C1 (or 0x7358C1) is known color: Slate Blue. HEX triplet: 73, 58 and C1. RGB value is (115,88,193). Sum of RGB (Red+Green+Blue) = 115+88+193=396 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.04% from 396); Green value is 88 (34.77% from 255 or 22.22% from 396); Blue value is 193 (75.78% from 255 or 48.74% from 396); Max value from RGB is 193 - color contains mainly: blue. Hex color #7358C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7358C1 is #8CA73E. Grayscale: #6B6B6B. Windows color (decimal): -9217855 or 12671091. OLE color: 12671091.

HSL color Cylindrical-coordinate representation of color #7358C1: hue angle of 255.43º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7358C1 is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 115 88 193 -
CMYK 0.40 0.54 0 0.24
HSL 255.43º 0.46% 0.55% -
HSV(B) 255.43º 0.54% 0.76% -
XYZ 20.19 14.47 52.18 -
YUV 108.04 175.95 132.96 -
System Red Green Blue C M Y K H S L
Decimal 115 88 193 0.40 0.54 0 0.24 255.43 0.46 0.55
Hex 73 58 C1 28 36 0 18 FF 2E 37
Octal 163 130 301 50 66 0 30 377 56 67
Binary 1110011 1011000 11000001 101000 110110 0 11000 11111111 101110 110111

Color Harmonies of #7358C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7358C1

Black with #7358C1

Text Example


Text Example

White with #7358C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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