Html Css Color HEX #7151DD Slate Blue

📋 copy color: '#7151DD'

red 113 ◦ green 81 ◦ blue 221

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

Shades of Slate Blue #7151DD

Tints of Slate Blue #7151DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.25%

R = 27.23%
G = 19.52%
B = 53.25%

CMYK

 C value IS 0.49

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7151DD (or 0x7151DD) is known color: Slate Blue. HEX triplet: 71, 51 and DD. RGB value is (113,81,221). Sum of RGB (Red+Green+Blue) = 113+81+221=415 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.23% from 415); Green value is 81 (32.03% from 255 or 19.52% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #7151DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7151DD is #8EAE22. Grayscale: #6A6A6A. Windows color (decimal): -9350691 or 14504305. OLE color: 14504305.

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

Color convert

RGB 113 81 221 -
CMYK 0.49 0.63 0 0.13
HSL 253.71º 0.67% 0.59% -
HSV(B) 253.71º 0.63% 0.87% -
XYZ 22.8 14.62 70.03 -
YUV 106.53 192.6 132.62 -
System Red Green Blue C M Y K H S L
Decimal 113 81 221 0.49 0.63 0 0.13 253.71 0.67 0.59
Hex 71 51 DD 31 3F 0 D FE 43 3B
Octal 161 121 335 61 77 0 15 376 103 73
Binary 1110001 1010001 11011101 110001 111111 0 1101 11111110 1000011 111011

Color Harmonies of #7151DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7151DD

Black with #7151DD

Text Example


Text Example

White with #7151DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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