Html Css Color HEX #7144CF Slate Blue

📋 copy color: '#7144CF'

red 113 ◦ green 68 ◦ blue 207

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

Shades of Slate Blue #7144CF

Tints of Slate Blue #7144CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 53.35%

R = 29.12%
G = 17.53%
B = 53.35%

CMYK

 C value IS 0.45

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7144CF (or 0x7144CF) is known color: Slate Blue. HEX triplet: 71, 44 and CF. RGB value is (113,68,207). Sum of RGB (Red+Green+Blue) = 113+68+207=388 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.12% from 388); Green value is 68 (26.95% from 255 or 17.53% from 388); Blue value is 207 (81.25% from 255 or 53.35% from 388); Max value from RGB is 207 - color contains mainly: blue. Hex color #7144CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7144CF is #8EBB30. Grayscale: #606060. Windows color (decimal): -9354033 or 13583473. OLE color: 13583473.

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

Color convert

RGB 113 68 207 -
CMYK 0.45 0.67 0 0.19
HSL 259.42º 0.59% 0.54% -
HSV(B) 259.42º 0.67% 0.81% -
XYZ 20.14 12.15 60.32 -
YUV 97.3 189.91 139.2 -
System Red Green Blue C M Y K H S L
Decimal 113 68 207 0.45 0.67 0 0.19 259.42 0.59 0.54
Hex 71 44 CF 2D 43 0 13 103 3B 36
Octal 161 104 317 55 103 0 23 403 73 66
Binary 1110001 1000100 11001111 101101 1000011 0 10011 100000011 111011 110110

Color Harmonies of #7144CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7144CF

Black with #7144CF

Text Example


Text Example

White with #7144CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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