Html Css Color HEX #7442DC Slate Blue

📋 copy color: '#7442DC'

red 116 ◦ green 66 ◦ blue 220

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

Shades of Slate Blue #7442DC

Tints of Slate Blue #7442DC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.42%

 BLUE value IS 220 (86.33% from 255) = 54.73%

R = 28.86%
G = 16.42%
B = 54.73%

CMYK

 C value IS 0.47

 M value IS 0.7

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7442DC (or 0x7442DC) is known color: Slate Blue. HEX triplet: 74, 42 and DC. RGB value is (116,66,220). Sum of RGB (Red+Green+Blue) = 116+66+220=402 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.86% from 402); Green value is 66 (26.17% from 255 or 16.42% from 402); Blue value is 220 (86.33% from 255 or 54.73% from 402); Max value from RGB is 220 - color contains mainly: blue. Hex color #7442DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7442DC is #8BBD23. Grayscale: #616161. Windows color (decimal): -9157924 or 14434932. OLE color: 14434932.

HSL color Cylindrical-coordinate representation of color #7442DC: hue angle of 259.48º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7442DC is Cyan = 0.47, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 66 220 -
CMYK 0.47 0.7 0 0.14
HSL 259.48º 0.69% 0.56% -
HSV(B) 259.48º 0.7% 0.86% -
XYZ 22.07 12.78 69.01 -
YUV 98.51 196.57 140.48 -
System Red Green Blue C M Y K H S L
Decimal 116 66 220 0.47 0.7 0 0.14 259.48 0.69 0.56
Hex 74 42 DC 2F 46 0 E 103 45 38
Octal 164 102 334 57 106 0 16 403 105 70
Binary 1110100 1000010 11011100 101111 1000110 0 1110 100000011 1000101 111000

Color Harmonies of #7442DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7442DC

Black with #7442DC

Text Example


Text Example

White with #7442DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7442DC; }

 p { color: rgb(116,66,220); }

 H1.HeaderClassName
 {
   color: #7442DC;
 }
 .AnyTagClassName
 {
   color: #7442DC;
 }
</style>

background-color css

<style>
 a { background-color: #7442DC; }

 a { background-color: rgb(116,66,220); }

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

border-color css

<style>
 span { border-color: #7442DC; }

 span { border-color: rgb(116,66,220); }

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