Html Css Color HEX #7158CB Slate Blue

📋 copy color: '#7158CB'

red 113 ◦ green 88 ◦ blue 203

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

Shades of Slate Blue #7158CB

Tints of Slate Blue #7158CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 50.25%

R = 27.97%
G = 21.78%
B = 50.25%

CMYK

 C value IS 0.44

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7158CB (or 0x7158CB) is known color: Slate Blue. HEX triplet: 71, 58 and CB. RGB value is (113,88,203). Sum of RGB (Red+Green+Blue) = 113+88+203=404 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.97% from 404); Green value is 88 (34.77% from 255 or 21.78% from 404); Blue value is 203 (79.69% from 255 or 50.25% from 404); Max value from RGB is 203 - color contains mainly: blue. Hex color #7158CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7158CB is #8EA734. Grayscale: #6C6C6C. Windows color (decimal): -9348917 or 13326449. OLE color: 13326449.

HSL color Cylindrical-coordinate representation of color #7158CB: hue angle of 253.04º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7158CB is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 113 88 203 -
CMYK 0.44 0.57 0 0.20
HSL 253.04º 0.53% 0.57% -
HSV(B) 253.04º 0.57% 0.8% -
XYZ 21.08 14.8 58.25 -
YUV 108.59 181.28 131.15 -
System Red Green Blue C M Y K H S L
Decimal 113 88 203 0.44 0.57 0 0.20 253.04 0.53 0.57
Hex 71 58 CB 2C 39 0 14 FD 35 39
Octal 161 130 313 54 71 0 24 375 65 71
Binary 1110001 1011000 11001011 101100 111001 0 10100 11111101 110101 111001

Color Harmonies of #7158CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7158CB

Black with #7158CB

Text Example


Text Example

White with #7158CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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