Html Css Color HEX #7144CD Slate Blue

📋 copy color: '#7144CD'

red 113 ◦ green 68 ◦ blue 205

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

Shades of Slate Blue #7144CD

Tints of Slate Blue #7144CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.11%

R = 29.27%
G = 17.62%
B = 53.11%

CMYK

 C value IS 0.45

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7144CD (or 0x7144CD) is known color: Slate Blue. HEX triplet: 71, 44 and CD. RGB value is (113,68,205). Sum of RGB (Red+Green+Blue) = 113+68+205=386 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.27% from 386); Green value is 68 (26.95% from 255 or 17.62% from 386); Blue value is 205 (80.47% from 255 or 53.11% from 386); Max value from RGB is 205 - color contains mainly: blue. Hex color #7144CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7144CD is #8EBB32. Grayscale: #606060. Windows color (decimal): -9354035 or 13452401. OLE color: 13452401.

HSL color Cylindrical-coordinate representation of color #7144CD: hue angle of 259.71º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7144CD is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 113 68 205 -
CMYK 0.45 0.67 0 0.20
HSL 259.71º 0.58% 0.54% -
HSV(B) 259.71º 0.67% 0.8% -
XYZ 19.9 12.05 59.04 -
YUV 97.07 188.91 139.36 -
System Red Green Blue C M Y K H S L
Decimal 113 68 205 0.45 0.67 0 0.20 259.71 0.58 0.54
Hex 71 44 CD 2D 43 0 14 104 3A 36
Octal 161 104 315 55 103 0 24 404 72 66
Binary 1110001 1000100 11001101 101101 1000011 0 10100 100000100 111010 110110

Color Harmonies of #7144CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7144CD

Black with #7144CD

Text Example


Text Example

White with #7144CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7144CD; }

 p { color: rgb(113,68,205); }

 H1.HeaderClassName
 {
   color: #7144CD;
 }
 .AnyTagClassName
 {
   color: #7144CD;
 }
</style>

background-color css

<style>
 a { background-color: #7144CD; }

 a { background-color: rgb(113,68,205); }

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

border-color css

<style>
 span { border-color: #7144CD; }

 span { border-color: rgb(113,68,205); }

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