Html Css Color HEX #7148CC Slate Blue

📋 copy color: '#7148CC'

red 113 ◦ green 72 ◦ blue 204

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

Shades of Slate Blue #7148CC

Tints of Slate Blue #7148CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.44%

R = 29.05%
G = 18.51%
B = 52.44%

CMYK

 C value IS 0.45

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7148CC (or 0x7148CC) is known color: Slate Blue. HEX triplet: 71, 48 and CC. RGB value is (113,72,204). Sum of RGB (Red+Green+Blue) = 113+72+204=389 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.05% from 389); Green value is 72 (28.52% from 255 or 18.51% from 389); Blue value is 204 (80.08% from 255 or 52.44% from 389); Max value from RGB is 204 - color contains mainly: blue. Hex color #7148CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7148CC is #8EB733. Grayscale: #626262. Windows color (decimal): -9353012 or 13387889. OLE color: 13387889.

HSL color Cylindrical-coordinate representation of color #7148CC: hue angle of 258.64º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7148CC is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 113 72 204 -
CMYK 0.45 0.65 0 0.2
HSL 258.64º 0.56% 0.54% -
HSV(B) 258.64º 0.65% 0.8% -
XYZ 20.03 12.51 58.48 -
YUV 99.31 187.08 137.77 -
System Red Green Blue C M Y K H S L
Decimal 113 72 204 0.45 0.65 0 0.2 258.64 0.56 0.54
Hex 71 48 CC 2D 41 0 14 103 38 36
Octal 161 110 314 55 101 0 24 403 70 66
Binary 1110001 1001000 11001100 101101 1000001 0 10100 100000011 111000 110110

Color Harmonies of #7148CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7148CC

Black with #7148CC

Text Example


Text Example

White with #7148CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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