Html Css Color HEX #7356C0 Slate Blue

📋 copy color: '#7356C0'

red 115 ◦ green 86 ◦ blue 192

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

Shades of Slate Blue #7356C0

Tints of Slate Blue #7356C0

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.88%

 BLUE value IS 192 (75.39% from 255) = 48.85%

R = 29.26%
G = 21.88%
B = 48.85%

CMYK

 C value IS 0.40

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7356C0 (or 0x7356C0) is known color: Slate Blue. HEX triplet: 73, 56 and C0. RGB value is (115,86,192). Sum of RGB (Red+Green+Blue) = 115+86+192=393 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.26% from 393); Green value is 86 (33.98% from 255 or 21.88% from 393); Blue value is 192 (75.39% from 255 or 48.85% from 393); Max value from RGB is 192 - color contains mainly: blue. Hex color #7356C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7356C0 is #8CA93F. Grayscale: #6A6A6A. Windows color (decimal): -9218368 or 12605043. OLE color: 12605043.

HSL color Cylindrical-coordinate representation of color #7356C0: hue angle of 256.42º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7356C0 is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 115 86 192 -
CMYK 0.40 0.55 0 0.25
HSL 256.42º 0.46% 0.55% -
HSV(B) 256.42º 0.55% 0.75% -
XYZ 19.91 14.11 51.54 -
YUV 106.76 176.11 133.88 -
System Red Green Blue C M Y K H S L
Decimal 115 86 192 0.40 0.55 0 0.25 256.42 0.46 0.55
Hex 73 56 C0 28 37 0 19 100 2E 37
Octal 163 126 300 50 67 0 31 400 56 67
Binary 1110011 1010110 11000000 101000 110111 0 11001 100000000 101110 110111

Color Harmonies of #7356C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7356C0

Black with #7356C0

Text Example


Text Example

White with #7356C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7356C0; }

 p { color: rgb(115,86,192); }

 H1.HeaderClassName
 {
   color: #7356C0;
 }
 .AnyTagClassName
 {
   color: #7356C0;
 }
</style>

background-color css

<style>
 a { background-color: #7356C0; }

 a { background-color: rgb(115,86,192); }

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

border-color css

<style>
 span { border-color: #7356C0; }

 span { border-color: rgb(115,86,192); }

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