Html Css Color HEX #7058CF Slate Blue

📋 copy color: '#7058CF'

red 112 ◦ green 88 ◦ blue 207

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

Shades of Slate Blue #7058CF

Tints of Slate Blue #7058CF

RGB

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

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

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

R = 27.52%
G = 21.62%
B = 50.86%

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

#7058CF (or 0x7058CF) is known color: Slate Blue. HEX triplet: 70, 58 and CF. RGB value is (112,88,207). Sum of RGB (Red+Green+Blue) = 112+88+207=407 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.52% from 407); Green value is 88 (34.77% from 255 or 21.62% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #7058CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7058CF is #8FA730. Grayscale: #6C6C6C. Windows color (decimal): -9414449 or 13588592. OLE color: 13588592.

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

Color convert

RGB 112 88 207 -
CMYK 0.46 0.57 0 0.19
HSL 252.1º 0.55% 0.58% -
HSV(B) 252.1º 0.57% 0.81% -
XYZ 21.43 14.93 60.78 -
YUV 108.74 183.45 130.32 -
System Red Green Blue C M Y K H S L
Decimal 112 88 207 0.46 0.57 0 0.19 252.1 0.55 0.58
Hex 70 58 CF 2E 39 0 13 FC 37 3A
Octal 160 130 317 56 71 0 23 374 67 72
Binary 1110000 1011000 11001111 101110 111001 0 10011 11111100 110111 111010

Color Harmonies of #7058CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7058CF

Black with #7058CF

Text Example


Text Example

White with #7058CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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