Html Css Color HEX #7355DF Slate Blue

📋 copy color: '#7355DF'

red 115 ◦ green 85 ◦ blue 223

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

Shades of Slate Blue #7355DF

Tints of Slate Blue #7355DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.72%

R = 27.19%
G = 20.09%
B = 52.72%

CMYK

 C value IS 0.48

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7355DF (or 0x7355DF) is known color: Slate Blue. HEX triplet: 73, 55 and DF. RGB value is (115,85,223). Sum of RGB (Red+Green+Blue) = 115+85+223=423 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.19% from 423); Green value is 85 (33.59% from 255 or 20.09% from 423); Blue value is 223 (87.5% from 255 or 52.72% from 423); Max value from RGB is 223 - color contains mainly: blue. Hex color #7355DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7355DF is #8CAA20. Grayscale: #6D6D6D. Windows color (decimal): -9218593 or 14636403. OLE color: 14636403.

HSL color Cylindrical-coordinate representation of color #7355DF: hue angle of 253.04º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7355DF is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 115 85 223 -
CMYK 0.48 0.62 0 0.13
HSL 253.04º 0.68% 0.6% -
HSV(B) 253.04º 0.62% 0.87% -
XYZ 23.64 15.47 71.55 -
YUV 109.7 191.94 131.78 -
System Red Green Blue C M Y K H S L
Decimal 115 85 223 0.48 0.62 0 0.13 253.04 0.68 0.6
Hex 73 55 DF 30 3E 0 D FD 44 3C
Octal 163 125 337 60 76 0 15 375 104 74
Binary 1110011 1010101 11011111 110000 111110 0 1101 11111101 1000100 111100

Color Harmonies of #7355DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7355DF

Black with #7355DF

Text Example


Text Example

White with #7355DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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