Html Css Color HEX #7148DC Slate Blue

📋 copy color: '#7148DC'

red 113 ◦ green 72 ◦ blue 220

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

Shades of Slate Blue #7148DC

Tints of Slate Blue #7148DC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.78%

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

R = 27.9%
G = 17.78%
B = 54.32%

CMYK

 C value IS 0.49

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7148DC (or 0x7148DC) is known color: Slate Blue. HEX triplet: 71, 48 and DC. RGB value is (113,72,220). Sum of RGB (Red+Green+Blue) = 113+72+220=405 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.90% from 405); Green value is 72 (28.52% from 255 or 17.78% from 405); Blue value is 220 (86.33% from 255 or 54.32% from 405); Max value from RGB is 220 - color contains mainly: blue. Hex color #7148DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7148DC is #8EB723. Grayscale: #646464. Windows color (decimal): -9352996 or 14436465. OLE color: 14436465.

HSL color Cylindrical-coordinate representation of color #7148DC: hue angle of 256.62º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7148DC is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 72 220 -
CMYK 0.49 0.67 0 0.14
HSL 256.62º 0.68% 0.57% -
HSV(B) 256.62º 0.67% 0.86% -
XYZ 22.05 13.31 69.12 -
YUV 101.13 195.08 136.47 -
System Red Green Blue C M Y K H S L
Decimal 113 72 220 0.49 0.67 0 0.14 256.62 0.68 0.57
Hex 71 48 DC 31 43 0 E 101 44 39
Octal 161 110 334 61 103 0 16 401 104 71
Binary 1110001 1001000 11011100 110001 1000011 0 1110 100000001 1000100 111001

Color Harmonies of #7148DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7148DC

Black with #7148DC

Text Example


Text Example

White with #7148DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,72,220); }

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

background-color css

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

 a { background-color: rgb(113,72,220); }

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

border-color css

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

 span { border-color: rgb(113,72,220); }

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