Html Css Color HEX #7154CF Slate Blue

📋 copy color: '#7154CF'

red 113 ◦ green 84 ◦ blue 207

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

Shades of Slate Blue #7154CF

Tints of Slate Blue #7154CF

RGB

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

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

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

R = 27.97%
G = 20.79%
B = 51.24%

CMYK

 C value IS 0.45

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7154CF (or 0x7154CF) is known color: Slate Blue. HEX triplet: 71, 54 and CF. RGB value is (113,84,207). Sum of RGB (Red+Green+Blue) = 113+84+207=404 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.97% from 404); Green value is 84 (33.20% from 255 or 20.79% from 404); Blue value is 207 (81.25% from 255 or 51.24% from 404); Max value from RGB is 207 - color contains mainly: blue. Hex color #7154CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7154CF is #8EAB30. Grayscale: #6A6A6A. Windows color (decimal): -9349937 or 13587569. OLE color: 13587569.

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

Color convert

RGB 113 84 207 -
CMYK 0.45 0.59 0 0.19
HSL 254.15º 0.56% 0.57% -
HSV(B) 254.15º 0.59% 0.81% -
XYZ 21.24 14.36 60.68 -
YUV 106.69 184.61 132.5 -
System Red Green Blue C M Y K H S L
Decimal 113 84 207 0.45 0.59 0 0.19 254.15 0.56 0.57
Hex 71 54 CF 2D 3B 0 13 FE 38 39
Octal 161 124 317 55 73 0 23 376 70 71
Binary 1110001 1010100 11001111 101101 111011 0 10011 11111110 111000 111001

Color Harmonies of #7154CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7154CF

Black with #7154CF

Text Example


Text Example

White with #7154CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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