Html Css Color HEX #7058DD Slate Blue

📋 copy color: '#7058DD'

red 112 ◦ green 88 ◦ blue 221

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

Shades of Slate Blue #7058DD

Tints of Slate Blue #7058DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 52.49%

R = 26.6%
G = 20.9%
B = 52.49%

CMYK

 C value IS 0.49

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7058DD (or 0x7058DD) is known color: Slate Blue. HEX triplet: 70, 58 and DD. RGB value is (112,88,221). Sum of RGB (Red+Green+Blue) = 112+88+221=421 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.60% from 421); Green value is 88 (34.77% from 255 or 20.90% from 421); Blue value is 221 (86.72% from 255 or 52.49% from 421); Max value from RGB is 221 - color contains mainly: blue. Hex color #7058DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7058DD is #8FA722. Grayscale: #6D6D6D. Windows color (decimal): -9414435 or 14506096. OLE color: 14506096.

HSL color Cylindrical-coordinate representation of color #7058DD: hue angle of 250.83º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7058DD is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 88 221 -
CMYK 0.49 0.60 0 0.13
HSL 250.83º 0.66% 0.61% -
HSV(B) 250.83º 0.6% 0.87% -
XYZ 23.22 15.64 70.2 -
YUV 110.34 190.45 129.19 -
System Red Green Blue C M Y K H S L
Decimal 112 88 221 0.49 0.60 0 0.13 250.83 0.66 0.61
Hex 70 58 DD 31 3C 0 D FB 42 3D
Octal 160 130 335 61 74 0 15 373 102 75
Binary 1110000 1011000 11011101 110001 111100 0 1101 11111011 1000010 111101

Color Harmonies of #7058DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7058DD

Black with #7058DD

Text Example


Text Example

White with #7058DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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