Html Css Color HEX #7158CE Slate Blue

📋 copy color: '#7158CE'

red 113 ◦ green 88 ◦ blue 206

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

Shades of Slate Blue #7158CE

Tints of Slate Blue #7158CE

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.62%

 BLUE value IS 206 (80.86% from 255) = 50.61%

R = 27.76%
G = 21.62%
B = 50.61%

CMYK

 C value IS 0.45

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7158CE (or 0x7158CE) is known color: Slate Blue. HEX triplet: 71, 58 and CE. RGB value is (113,88,206). Sum of RGB (Red+Green+Blue) = 113+88+206=407 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.76% from 407); Green value is 88 (34.77% from 255 or 21.62% from 407); Blue value is 206 (80.86% from 255 or 50.61% from 407); Max value from RGB is 206 - color contains mainly: blue. Hex color #7158CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7158CE is #8EA731. Grayscale: #6C6C6C. Windows color (decimal): -9348914 or 13523057. OLE color: 13523057.

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

Color convert

RGB 113 88 206 -
CMYK 0.45 0.57 0 0.19
HSL 252.71º 0.55% 0.58% -
HSV(B) 252.71º 0.57% 0.81% -
XYZ 21.44 14.95 60.15 -
YUV 108.93 182.78 130.91 -
System Red Green Blue C M Y K H S L
Decimal 113 88 206 0.45 0.57 0 0.19 252.71 0.55 0.58
Hex 71 58 CE 2D 39 0 13 FD 37 3A
Octal 161 130 316 55 71 0 23 375 67 72
Binary 1110001 1011000 11001110 101101 111001 0 10011 11111101 110111 111010

Color Harmonies of #7158CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7158CE

Black with #7158CE

Text Example


Text Example

White with #7158CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7158CE; }

 p { color: rgb(113,88,206); }

 H1.HeaderClassName
 {
   color: #7158CE;
 }
 .AnyTagClassName
 {
   color: #7158CE;
 }
</style>

background-color css

<style>
 a { background-color: #7158CE; }

 a { background-color: rgb(113,88,206); }

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

border-color css

<style>
 span { border-color: #7158CE; }

 span { border-color: rgb(113,88,206); }

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