Html Css Color HEX #7058CB Slate Blue

📋 copy color: '#7058CB'

red 112 ◦ green 88 ◦ blue 203

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

Shades of Slate Blue #7058CB

Tints of Slate Blue #7058CB

RGB

 RED value IS 112 (44.14% from 255) = 27.79%

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

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

R = 27.79%
G = 21.84%
B = 50.37%

CMYK

 C value IS 0.45

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7058CB (or 0x7058CB) is known color: Slate Blue. HEX triplet: 70, 58 and CB. RGB value is (112,88,203). Sum of RGB (Red+Green+Blue) = 112+88+203=403 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.79% from 403); Green value is 88 (34.77% from 255 or 21.84% from 403); Blue value is 203 (79.69% from 255 or 50.37% from 403); Max value from RGB is 203 - color contains mainly: blue. Hex color #7058CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7058CB is #8FA734. Grayscale: #6B6B6B. Windows color (decimal): -9414453 or 13326448. OLE color: 13326448.

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

Color convert

RGB 112 88 203 -
CMYK 0.45 0.57 0 0.20
HSL 252.52º 0.53% 0.57% -
HSV(B) 252.52º 0.57% 0.8% -
XYZ 20.95 14.74 58.24 -
YUV 108.29 181.45 130.65 -
System Red Green Blue C M Y K H S L
Decimal 112 88 203 0.45 0.57 0 0.20 252.52 0.53 0.57
Hex 70 58 CB 2D 39 0 14 FD 35 39
Octal 160 130 313 55 71 0 24 375 65 71
Binary 1110000 1011000 11001011 101101 111001 0 10100 11111101 110101 111001

Color Harmonies of #7058CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7058CB

Black with #7058CB

Text Example


Text Example

White with #7058CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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