Html Css Color HEX #7159E0 Slate Blue

📋 copy color: '#7159E0'

red 113 ◦ green 89 ◦ blue 224

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

Shades of Slate Blue #7159E0

Tints of Slate Blue #7159E0

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.89%

 BLUE value IS 224 (87.89% from 255) = 52.58%

R = 26.53%
G = 20.89%
B = 52.58%

CMYK

 C value IS 0.50

 M value IS 0.60

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7159E0 (or 0x7159E0) is known color: Slate Blue. HEX triplet: 71, 59 and E0. RGB value is (113,89,224). Sum of RGB (Red+Green+Blue) = 113+89+224=426 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.53% from 426); Green value is 89 (35.16% from 255 or 20.89% from 426); Blue value is 224 (87.89% from 255 or 52.58% from 426); Max value from RGB is 224 - color contains mainly: blue. Hex color #7159E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7159E0 is #8EA61F. Grayscale: #6F6F6F. Windows color (decimal): -9348640 or 14702961. OLE color: 14702961.

HSL color Cylindrical-coordinate representation of color #7159E0: hue angle of 250.67º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7159E0 is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 113 89 224 -
CMYK 0.50 0.60 0 0.12
HSL 250.67º 0.69% 0.61% -
HSV(B) 250.67º 0.6% 0.88% -
XYZ 23.84 16.04 72.36 -
YUV 111.57 191.45 129.02 -
System Red Green Blue C M Y K H S L
Decimal 113 89 224 0.50 0.60 0 0.12 250.67 0.69 0.61
Hex 71 59 E0 32 3C 0 C FB 45 3D
Octal 161 131 340 62 74 0 14 373 105 75
Binary 1110001 1011001 11100000 110010 111100 0 1100 11111011 1000101 111101

Color Harmonies of #7159E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7159E0

Black with #7159E0

Text Example


Text Example

White with #7159E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7159E0; }

 p { color: rgb(113,89,224); }

 H1.HeaderClassName
 {
   color: #7159E0;
 }
 .AnyTagClassName
 {
   color: #7159E0;
 }
</style>

background-color css

<style>
 a { background-color: #7159E0; }

 a { background-color: rgb(113,89,224); }

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

border-color css

<style>
 span { border-color: #7159E0; }

 span { border-color: rgb(113,89,224); }

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