Html Css Color HEX #7357DB Slate Blue

📋 copy color: '#7357DB'

red 115 ◦ green 87 ◦ blue 219

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

Shades of Slate Blue #7357DB

Tints of Slate Blue #7357DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.02%

R = 27.32%
G = 20.67%
B = 52.02%

CMYK

 C value IS 0.47

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7357DB (or 0x7357DB) is known color: Slate Blue. HEX triplet: 73, 57 and DB. RGB value is (115,87,219). Sum of RGB (Red+Green+Blue) = 115+87+219=421 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.32% from 421); Green value is 87 (34.38% from 255 or 20.67% from 421); Blue value is 219 (85.94% from 255 or 52.02% from 421); Max value from RGB is 219 - color contains mainly: blue. Hex color #7357DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7357DB is #8CA824. Grayscale: #6D6D6D. Windows color (decimal): -9218085 or 14374771. OLE color: 14374771.

HSL color Cylindrical-coordinate representation of color #7357DB: hue angle of 252.73º degrees, saturation: 0.65, 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 #7357DB is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 115 87 219 -
CMYK 0.47 0.60 0 0.14
HSL 252.73º 0.65% 0.6% -
HSV(B) 252.73º 0.6% 0.86% -
XYZ 23.26 15.58 68.8 -
YUV 110.42 189.28 131.27 -
System Red Green Blue C M Y K H S L
Decimal 115 87 219 0.47 0.60 0 0.14 252.73 0.65 0.6
Hex 73 57 DB 2F 3C 0 E FD 41 3C
Octal 163 127 333 57 74 0 16 375 101 74
Binary 1110011 1010111 11011011 101111 111100 0 1110 11111101 1000001 111100

Color Harmonies of #7357DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7357DB

Black with #7357DB

Text Example


Text Example

White with #7357DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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