Html Css Color HEX #7151D0 Slate Blue

📋 copy color: '#7151D0'

red 113 ◦ green 81 ◦ blue 208

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

Shades of Slate Blue #7151D0

Tints of Slate Blue #7151D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 51.74%

R = 28.11%
G = 20.15%
B = 51.74%

CMYK

 C value IS 0.46

 M value IS 0.61

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7151D0 (or 0x7151D0) is known color: Slate Blue. HEX triplet: 71, 51 and D0. RGB value is (113,81,208). Sum of RGB (Red+Green+Blue) = 113+81+208=402 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.11% from 402); Green value is 81 (32.03% from 255 or 20.15% from 402); Blue value is 208 (81.64% from 255 or 51.74% from 402); Max value from RGB is 208 - color contains mainly: blue. Hex color #7151D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7151D0 is #8EAE2F. Grayscale: #686868. Windows color (decimal): -9350704 or 13652337. OLE color: 13652337.

HSL color Cylindrical-coordinate representation of color #7151D0: hue angle of 255.12º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7151D0 is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 113 81 208 -
CMYK 0.46 0.61 0 0.18
HSL 255.12º 0.57% 0.57% -
HSV(B) 255.12º 0.61% 0.82% -
XYZ 21.14 13.95 61.25 -
YUV 105.05 186.1 133.67 -
System Red Green Blue C M Y K H S L
Decimal 113 81 208 0.46 0.61 0 0.18 255.12 0.57 0.57
Hex 71 51 D0 2E 3D 0 12 FF 39 39
Octal 161 121 320 56 75 0 22 377 71 71
Binary 1110001 1010001 11010000 101110 111101 0 10010 11111111 111001 111001

Color Harmonies of #7151D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7151D0

Black with #7151D0

Text Example


Text Example

White with #7151D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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