Html Css Color HEX #7142DD Slate Blue

📋 copy color: '#7142DD'

red 113 ◦ green 66 ◦ blue 221

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

Shades of Slate Blue #7142DD

Tints of Slate Blue #7142DD

RGB

 RED value IS 113 (44.53% from 255) = 28.25%

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

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

R = 28.25%
G = 16.5%
B = 55.25%

CMYK

 C value IS 0.49

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7142DD (or 0x7142DD) is known color: Slate Blue. HEX triplet: 71, 42 and DD. RGB value is (113,66,221). Sum of RGB (Red+Green+Blue) = 113+66+221=400 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.25% from 400); Green value is 66 (26.17% from 255 or 16.5% from 400); Blue value is 221 (86.72% from 255 or 55.25% from 400); Max value from RGB is 221 - color contains mainly: blue. Hex color #7142DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7142DD is #8EBD22. Grayscale: #616161. Windows color (decimal): -9354531 or 14500465. OLE color: 14500465.

HSL color Cylindrical-coordinate representation of color #7142DD: hue angle of 258.19º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7142DD is Cyan = 0.49, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 66 221 -
CMYK 0.49 0.70 0 0.13
HSL 258.19º 0.7% 0.56% -
HSV(B) 258.19º 0.7% 0.87% -
XYZ 21.81 12.63 69.69 -
YUV 97.72 197.57 138.9 -
System Red Green Blue C M Y K H S L
Decimal 113 66 221 0.49 0.70 0 0.13 258.19 0.7 0.56
Hex 71 42 DD 31 46 0 D 102 46 38
Octal 161 102 335 61 106 0 15 402 106 70
Binary 1110001 1000010 11011101 110001 1000110 0 1101 100000010 1000110 111000

Color Harmonies of #7142DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7142DD

Black with #7142DD

Text Example


Text Example

White with #7142DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,66,221); }

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

background-color css

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

 a { background-color: rgb(113,66,221); }

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

border-color css

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

 span { border-color: rgb(113,66,221); }

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