Html Css Color HEX #7154D6 Slate Blue

📋 copy color: '#7154D6'

red 113 ◦ green 84 ◦ blue 214

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

Shades of Slate Blue #7154D6

Tints of Slate Blue #7154D6

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.44%

 BLUE value IS 214 (83.98% from 255) = 52.07%

R = 27.49%
G = 20.44%
B = 52.07%

CMYK

 C value IS 0.47

 M value IS 0.61

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7154D6 (or 0x7154D6) is known color: Slate Blue. HEX triplet: 71, 54 and D6. RGB value is (113,84,214). Sum of RGB (Red+Green+Blue) = 113+84+214=411 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.49% from 411); Green value is 84 (33.20% from 255 or 20.44% from 411); Blue value is 214 (83.98% from 255 or 52.07% from 411); Max value from RGB is 214 - color contains mainly: blue. Hex color #7154D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7154D6 is #8EAB29. Grayscale: #6B6B6B. Windows color (decimal): -9349930 or 14046321. OLE color: 14046321.

HSL color Cylindrical-coordinate representation of color #7154D6: hue angle of 253.38º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7154D6 is Cyan = 0.47, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 113 84 214 -
CMYK 0.47 0.61 0 0.16
HSL 253.38º 0.61% 0.58% -
HSV(B) 253.38º 0.61% 0.84% -
XYZ 22.12 14.71 65.29 -
YUV 107.49 188.11 131.93 -
System Red Green Blue C M Y K H S L
Decimal 113 84 214 0.47 0.61 0 0.16 253.38 0.61 0.58
Hex 71 54 D6 2F 3D 0 10 FD 3D 3A
Octal 161 124 326 57 75 0 20 375 75 72
Binary 1110001 1010100 11010110 101111 111101 0 10000 11111101 111101 111010

Color Harmonies of #7154D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7154D6

Black with #7154D6

Text Example


Text Example

White with #7154D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7154D6; }

 p { color: rgb(113,84,214); }

 H1.HeaderClassName
 {
   color: #7154D6;
 }
 .AnyTagClassName
 {
   color: #7154D6;
 }
</style>

background-color css

<style>
 a { background-color: #7154D6; }

 a { background-color: rgb(113,84,214); }

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

border-color css

<style>
 span { border-color: #7154D6; }

 span { border-color: rgb(113,84,214); }

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