Html Css Color HEX #7059CF Slate Blue

📋 copy color: '#7059CF'

red 112 ◦ green 89 ◦ blue 207

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

Shades of Slate Blue #7059CF

Tints of Slate Blue #7059CF

RGB

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

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

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

R = 27.45%
G = 21.81%
B = 50.74%

CMYK

 C value IS 0.46

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7059CF (or 0x7059CF) is known color: Slate Blue. HEX triplet: 70, 59 and CF. RGB value is (112,89,207). Sum of RGB (Red+Green+Blue) = 112+89+207=408 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.45% from 408); Green value is 89 (35.16% from 255 or 21.81% 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 #7059CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7059CF is #8FA630. Grayscale: #6C6C6C. Windows color (decimal): -9414193 or 13588848. OLE color: 13588848.

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

Color convert

RGB 112 89 207 -
CMYK 0.46 0.57 0 0.19
HSL 251.69º 0.55% 0.58% -
HSV(B) 251.69º 0.57% 0.81% -
XYZ 21.52 15.09 60.81 -
YUV 109.33 183.12 129.91 -
System Red Green Blue C M Y K H S L
Decimal 112 89 207 0.46 0.57 0 0.19 251.69 0.55 0.58
Hex 70 59 CF 2E 39 0 13 FC 37 3A
Octal 160 131 317 56 71 0 23 374 67 72
Binary 1110000 1011001 11001111 101110 111001 0 10011 11111100 110111 111010

Color Harmonies of #7059CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7059CF

Black with #7059CF

Text Example


Text Example

White with #7059CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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