Html Css Color HEX #7444DD Slate Blue

📋 copy color: '#7444DD'

red 116 ◦ green 68 ◦ blue 221

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

Shades of Slate Blue #7444DD

Tints of Slate Blue #7444DD

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.79%

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

R = 28.64%
G = 16.79%
B = 54.57%

CMYK

 C value IS 0.48

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7444DD (or 0x7444DD) is known color: Slate Blue. HEX triplet: 74, 44 and DD. RGB value is (116,68,221). Sum of RGB (Red+Green+Blue) = 116+68+221=405 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.64% from 405); Green value is 68 (26.95% from 255 or 16.79% from 405); Blue value is 221 (86.72% from 255 or 54.57% from 405); Max value from RGB is 221 - color contains mainly: blue. Hex color #7444DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7444DD is #8BBB22. Grayscale: #636363. Windows color (decimal): -9157411 or 14500980. OLE color: 14500980.

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

Color convert

RGB 116 68 221 -
CMYK 0.48 0.69 0 0.13
HSL 258.82º 0.69% 0.57% -
HSV(B) 258.82º 0.69% 0.87% -
XYZ 22.32 13.07 69.75 -
YUV 99.79 196.4 139.56 -
System Red Green Blue C M Y K H S L
Decimal 116 68 221 0.48 0.69 0 0.13 258.82 0.69 0.57
Hex 74 44 DD 30 45 0 D 103 45 39
Octal 164 104 335 60 105 0 15 403 105 71
Binary 1110100 1000100 11011101 110000 1000101 0 1101 100000011 1000101 111001

Color Harmonies of #7444DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7444DD

Black with #7444DD

Text Example


Text Example

White with #7444DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,68,221); }

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

background-color css

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

 a { background-color: rgb(116,68,221); }

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

border-color css

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

 span { border-color: rgb(116,68,221); }

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