Html Css Color HEX #7448DB Slate Blue

📋 copy color: '#7448DB'

red 116 ◦ green 72 ◦ blue 219

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

Shades of Slate Blue #7448DB

Tints of Slate Blue #7448DB

RGB

 RED value IS 116 (45.7% from 255) = 28.5%

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

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

R = 28.5%
G = 17.69%
B = 53.81%

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

#7448DB (or 0x7448DB) is known color: Slate Blue. HEX triplet: 74, 48 and DB. RGB value is (116,72,219). Sum of RGB (Red+Green+Blue) = 116+72+219=407 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.50% from 407); Green value is 72 (28.52% from 255 or 17.69% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #7448DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7448DB is #8BB724. Grayscale: #656565. Windows color (decimal): -9156389 or 14370932. OLE color: 14370932.

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

Color convert

RGB 116 72 219 -
CMYK 0.47 0.67 0 0.14
HSL 257.96º 0.67% 0.57% -
HSV(B) 257.96º 0.67% 0.86% -
XYZ 22.31 13.46 68.44 -
YUV 101.91 194.08 138.05 -
System Red Green Blue C M Y K H S L
Decimal 116 72 219 0.47 0.67 0 0.14 257.96 0.67 0.57
Hex 74 48 DB 2F 43 0 E 102 43 39
Octal 164 110 333 57 103 0 16 402 103 71
Binary 1110100 1001000 11011011 101111 1000011 0 1110 100000010 1000011 111001

Color Harmonies of #7448DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7448DB

Black with #7448DB

Text Example


Text Example

White with #7448DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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