Html Css Color HEX #7355C0 Slate Blue

📋 copy color: '#7355C0'

red 115 ◦ green 85 ◦ blue 192

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

Shades of Slate Blue #7355C0

Tints of Slate Blue #7355C0

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.68%

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

R = 29.34%
G = 21.68%
B = 48.98%

CMYK

 C value IS 0.40

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7355C0 (or 0x7355C0) is known color: Slate Blue. HEX triplet: 73, 55 and C0. RGB value is (115,85,192). Sum of RGB (Red+Green+Blue) = 115+85+192=392 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.34% from 392); Green value is 85 (33.59% from 255 or 21.68% from 392); Blue value is 192 (75.39% from 255 or 48.98% from 392); Max value from RGB is 192 - color contains mainly: blue. Hex color #7355C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7355C0 is #8CAA3F. Grayscale: #696969. Windows color (decimal): -9218624 or 12604787. OLE color: 12604787.

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

Color convert

RGB 115 85 192 -
CMYK 0.40 0.56 0 0.25
HSL 256.82º 0.46% 0.54% -
HSV(B) 256.82º 0.56% 0.75% -
XYZ 19.83 13.95 51.52 -
YUV 106.17 176.44 134.3 -
System Red Green Blue C M Y K H S L
Decimal 115 85 192 0.40 0.56 0 0.25 256.82 0.46 0.54
Hex 73 55 C0 28 38 0 19 101 2E 36
Octal 163 125 300 50 70 0 31 401 56 66
Binary 1110011 1010101 11000000 101000 111000 0 11001 100000001 101110 110110

Color Harmonies of #7355C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7355C0

Black with #7355C0

Text Example


Text Example

White with #7355C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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