Html Css Color HEX #7447DB Slate Blue

📋 copy color: '#7447DB'

red 116 ◦ green 71 ◦ blue 219

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

Shades of Slate Blue #7447DB

Tints of Slate Blue #7447DB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.49%

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

R = 28.57%
G = 17.49%
B = 53.94%

CMYK

 C value IS 0.47

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7447DB (or 0x7447DB) is known color: Slate Blue. HEX triplet: 74, 47 and DB. RGB value is (116,71,219). Sum of RGB (Red+Green+Blue) = 116+71+219=406 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.57% from 406); Green value is 71 (28.12% from 255 or 17.49% 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 #7447DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7447DB is #8BB824. Grayscale: #646464. Windows color (decimal): -9156645 or 14370676. OLE color: 14370676.

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

Color convert

RGB 116 71 219 -
CMYK 0.47 0.68 0 0.14
HSL 258.24º 0.67% 0.57% -
HSV(B) 258.24º 0.68% 0.86% -
XYZ 22.24 13.33 68.42 -
YUV 101.33 194.41 138.47 -
System Red Green Blue C M Y K H S L
Decimal 116 71 219 0.47 0.68 0 0.14 258.24 0.67 0.57
Hex 74 47 DB 2F 44 0 E 102 43 39
Octal 164 107 333 57 104 0 16 402 103 71
Binary 1110100 1000111 11011011 101111 1000100 0 1110 100000010 1000011 111001

Color Harmonies of #7447DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7447DB

Black with #7447DB

Text Example


Text Example

White with #7447DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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