Html Css Color HEX #7357DD Slate Blue

📋 copy color: '#7357DD'

red 115 ◦ green 87 ◦ blue 221

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

Shades of Slate Blue #7357DD

Tints of Slate Blue #7357DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 52.25%

R = 27.19%
G = 20.57%
B = 52.25%

CMYK

 C value IS 0.48

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7357DD (or 0x7357DD) is known color: Slate Blue. HEX triplet: 73, 57 and DD. RGB value is (115,87,221). Sum of RGB (Red+Green+Blue) = 115+87+221=423 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.19% from 423); Green value is 87 (34.38% from 255 or 20.57% from 423); Blue value is 221 (86.72% from 255 or 52.25% from 423); Max value from RGB is 221 - color contains mainly: blue. Hex color #7357DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7357DD is #8CA822. Grayscale: #6E6E6E. Windows color (decimal): -9218083 or 14505843. OLE color: 14505843.

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

Color convert

RGB 115 87 221 -
CMYK 0.48 0.61 0 0.13
HSL 252.54º 0.66% 0.6% -
HSV(B) 252.54º 0.61% 0.87% -
XYZ 23.53 15.68 70.19 -
YUV 110.65 190.28 131.1 -
System Red Green Blue C M Y K H S L
Decimal 115 87 221 0.48 0.61 0 0.13 252.54 0.66 0.6
Hex 73 57 DD 30 3D 0 D FD 42 3C
Octal 163 127 335 60 75 0 15 375 102 74
Binary 1110011 1010111 11011101 110000 111101 0 1101 11111101 1000010 111100

Color Harmonies of #7357DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7357DD

Black with #7357DD

Text Example


Text Example

White with #7357DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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