Html Css Color HEX #7357DC Slate Blue

📋 copy color: '#7357DC'

red 115 ◦ green 87 ◦ blue 220

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

Shades of Slate Blue #7357DC

Tints of Slate Blue #7357DC

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.62%

 BLUE value IS 220 (86.33% from 255) = 52.13%

R = 27.25%
G = 20.62%
B = 52.13%

CMYK

 C value IS 0.48

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7357DC (or 0x7357DC) is known color: Slate Blue. HEX triplet: 73, 57 and DC. RGB value is (115,87,220). Sum of RGB (Red+Green+Blue) = 115+87+220=422 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.25% from 422); Green value is 87 (34.38% from 255 or 20.62% from 422); Blue value is 220 (86.33% from 255 or 52.13% from 422); Max value from RGB is 220 - color contains mainly: blue. Hex color #7357DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7357DC is #8CA823. Grayscale: #6E6E6E. Windows color (decimal): -9218084 or 14440307. OLE color: 14440307.

HSL color Cylindrical-coordinate representation of color #7357DC: hue angle of 252.63º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7357DC is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 115 87 220 -
CMYK 0.48 0.60 0 0.14
HSL 252.63º 0.66% 0.6% -
HSV(B) 252.63º 0.6% 0.86% -
XYZ 23.4 15.63 69.49 -
YUV 110.53 189.78 131.19 -
System Red Green Blue C M Y K H S L
Decimal 115 87 220 0.48 0.60 0 0.14 252.63 0.66 0.6
Hex 73 57 DC 30 3C 0 E FD 42 3C
Octal 163 127 334 60 74 0 16 375 102 74
Binary 1110011 1010111 11011100 110000 111100 0 1110 11111101 1000010 111100

Color Harmonies of #7357DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7357DC

Black with #7357DC

Text Example


Text Example

White with #7357DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7357DC; }

 p { color: rgb(115,87,220); }

 H1.HeaderClassName
 {
   color: #7357DC;
 }
 .AnyTagClassName
 {
   color: #7357DC;
 }
</style>

background-color css

<style>
 a { background-color: #7357DC; }

 a { background-color: rgb(115,87,220); }

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

border-color css

<style>
 span { border-color: #7357DC; }

 span { border-color: rgb(115,87,220); }

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