Html Css Color HEX #7158CF Slate Blue

📋 copy color: '#7158CF'

red 113 ◦ green 88 ◦ blue 207

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

Shades of Slate Blue #7158CF

Tints of Slate Blue #7158CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.74%

R = 27.7%
G = 21.57%
B = 50.74%

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

#7158CF (or 0x7158CF) is known color: Slate Blue. HEX triplet: 71, 58 and CF. RGB value is (113,88,207). Sum of RGB (Red+Green+Blue) = 113+88+207=408 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.70% from 408); Green value is 88 (34.77% from 255 or 21.57% from 408); Blue value is 207 (81.25% from 255 or 50.74% from 408); Max value from RGB is 207 - color contains mainly: blue. Hex color #7158CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7158CF is #8EA730. Grayscale: #6C6C6C. Windows color (decimal): -9348913 or 13588593. OLE color: 13588593.

HSL color Cylindrical-coordinate representation of color #7158CF: hue angle of 252.61º 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 #7158CF is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 113 88 207 -
CMYK 0.45 0.57 0 0.19
HSL 252.61º 0.55% 0.58% -
HSV(B) 252.61º 0.57% 0.81% -
XYZ 21.56 15 60.79 -
YUV 109.04 183.28 130.82 -
System Red Green Blue C M Y K H S L
Decimal 113 88 207 0.45 0.57 0 0.19 252.61 0.55 0.58
Hex 71 58 CF 2D 39 0 13 FD 37 3A
Octal 161 130 317 55 71 0 23 375 67 72
Binary 1110001 1011000 11001111 101101 111001 0 10011 11111101 110111 111010

Color Harmonies of #7158CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7158CF

Black with #7158CF

Text Example


Text Example

White with #7158CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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