Html Css Color HEX #7059CB Slate Blue

📋 copy color: '#7059CB'

red 112 ◦ green 89 ◦ blue 203

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

Shades of Slate Blue #7059CB

Tints of Slate Blue #7059CB

RGB

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

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

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

R = 27.72%
G = 22.03%
B = 50.25%

CMYK

 C value IS 0.45

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7059CB (or 0x7059CB) is known color: Slate Blue. HEX triplet: 70, 59 and CB. RGB value is (112,89,203). Sum of RGB (Red+Green+Blue) = 112+89+203=404 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.72% from 404); Green value is 89 (35.16% from 255 or 22.03% 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 #7059CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7059CB is #8FA634. Grayscale: #6C6C6C. Windows color (decimal): -9414197 or 13326704. OLE color: 13326704.

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

Color convert

RGB 112 89 203 -
CMYK 0.45 0.56 0 0.20
HSL 252.11º 0.52% 0.57% -
HSV(B) 252.11º 0.56% 0.8% -
XYZ 21.03 14.9 58.27 -
YUV 108.87 181.12 130.23 -
System Red Green Blue C M Y K H S L
Decimal 112 89 203 0.45 0.56 0 0.20 252.11 0.52 0.57
Hex 70 59 CB 2D 38 0 14 FC 34 39
Octal 160 131 313 55 70 0 24 374 64 71
Binary 1110000 1011001 11001011 101101 111000 0 10100 11111100 110100 111001

Color Harmonies of #7059CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7059CB

Black with #7059CB

Text Example


Text Example

White with #7059CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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