Html Css Color HEX #7348DB Slate Blue

📋 copy color: '#7348DB'

red 115 ◦ green 72 ◦ blue 219

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

Shades of Slate Blue #7348DB

Tints of Slate Blue #7348DB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.73%

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

R = 28.33%
G = 17.73%
B = 53.94%

CMYK

 C value IS 0.47

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7348DB (or 0x7348DB) is known color: Slate Blue. HEX triplet: 73, 48 and DB. RGB value is (115,72,219). Sum of RGB (Red+Green+Blue) = 115+72+219=406 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.33% from 406); Green value is 72 (28.52% from 255 or 17.73% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #7348DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7348DB is #8CB724. Grayscale: #656565. Windows color (decimal): -9221925 or 14370931. OLE color: 14370931.

HSL color Cylindrical-coordinate representation of color #7348DB: hue angle of 257.55º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7348DB is Cyan = 0.47, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 115 72 219 -
CMYK 0.47 0.67 0 0.14
HSL 257.55º 0.67% 0.57% -
HSV(B) 257.55º 0.67% 0.86% -
XYZ 22.17 13.39 68.43 -
YUV 101.62 194.25 137.55 -
System Red Green Blue C M Y K H S L
Decimal 115 72 219 0.47 0.67 0 0.14 257.55 0.67 0.57
Hex 73 48 DB 2F 43 0 E 102 43 39
Octal 163 110 333 57 103 0 16 402 103 71
Binary 1110011 1001000 11011011 101111 1000011 0 1110 100000010 1000011 111001

Color Harmonies of #7348DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7348DB

Black with #7348DB

Text Example


Text Example

White with #7348DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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