Html Css Color HEX #7151DC Slate Blue

📋 copy color: '#7151DC'

red 113 ◦ green 81 ◦ blue 220

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

Shades of Slate Blue #7151DC

Tints of Slate Blue #7151DC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.57%

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

R = 27.29%
G = 19.57%
B = 53.14%

CMYK

 C value IS 0.49

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7151DC (or 0x7151DC) is known color: Slate Blue. HEX triplet: 71, 51 and DC. RGB value is (113,81,220). Sum of RGB (Red+Green+Blue) = 113+81+220=414 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.29% from 414); Green value is 81 (32.03% from 255 or 19.57% from 414); Blue value is 220 (86.33% from 255 or 53.14% from 414); Max value from RGB is 220 - color contains mainly: blue. Hex color #7151DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7151DC is #8EAE23. Grayscale: #696969. Windows color (decimal): -9350692 or 14438769. OLE color: 14438769.

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

Color convert

RGB 113 81 220 -
CMYK 0.49 0.63 0 0.14
HSL 253.81º 0.67% 0.59% -
HSV(B) 253.81º 0.63% 0.86% -
XYZ 22.67 14.56 69.33 -
YUV 106.41 192.1 132.7 -
System Red Green Blue C M Y K H S L
Decimal 113 81 220 0.49 0.63 0 0.14 253.81 0.67 0.59
Hex 71 51 DC 31 3F 0 E FE 43 3B
Octal 161 121 334 61 77 0 16 376 103 73
Binary 1110001 1010001 11011100 110001 111111 0 1110 11111110 1000011 111011

Color Harmonies of #7151DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7151DC

Black with #7151DC

Text Example


Text Example

White with #7151DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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