Html Css Color HEX #7355C5 Slate Blue

📋 copy color: '#7355C5'

red 115 ◦ green 85 ◦ blue 197

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

Shades of Slate Blue #7355C5

Tints of Slate Blue #7355C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 49.62%

R = 28.97%
G = 21.41%
B = 49.62%

CMYK

 C value IS 0.42

 M value IS 0.57

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#7355C5 (or 0x7355C5) is known color: Slate Blue. HEX triplet: 73, 55 and C5. RGB value is (115,85,197). Sum of RGB (Red+Green+Blue) = 115+85+197=397 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.97% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 197 (77.34% from 255 or 49.62% from 397); Max value from RGB is 197 - color contains mainly: blue. Hex color #7355C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7355C5 is #8CAA3A. Grayscale: #6A6A6A. Windows color (decimal): -9218619 or 12932467. OLE color: 12932467.

HSL color Cylindrical-coordinate representation of color #7355C5: hue angle of 256.07º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7355C5 is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 115 85 197 -
CMYK 0.42 0.57 0 0.23
HSL 256.07º 0.49% 0.55% -
HSV(B) 256.07º 0.57% 0.77% -
XYZ 20.4 14.17 54.48 -
YUV 106.74 178.94 133.89 -
System Red Green Blue C M Y K H S L
Decimal 115 85 197 0.42 0.57 0 0.23 256.07 0.49 0.55
Hex 73 55 C5 2A 39 0 17 100 31 37
Octal 163 125 305 52 71 0 27 400 61 67
Binary 1110011 1010101 11000101 101010 111001 0 10111 100000000 110001 110111

Color Harmonies of #7355C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7355C5

Black with #7355C5

Text Example


Text Example

White with #7355C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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