Html Css Color HEX #7058DA Slate Blue

📋 copy color: '#7058DA'

red 112 ◦ green 88 ◦ blue 218

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

Shades of Slate Blue #7058DA

Tints of Slate Blue #7058DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.15%

R = 26.79%
G = 21.05%
B = 52.15%

CMYK

 C value IS 0.49

 M value IS 0.60

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7058DA (or 0x7058DA) is known color: Slate Blue. HEX triplet: 70, 58 and DA. RGB value is (112,88,218). Sum of RGB (Red+Green+Blue) = 112+88+218=418 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.79% from 418); Green value is 88 (34.77% from 255 or 21.05% from 418); Blue value is 218 (85.55% from 255 or 52.15% from 418); Max value from RGB is 218 - color contains mainly: blue. Hex color #7058DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7058DA is #8FA725. Grayscale: #6D6D6D. Windows color (decimal): -9414438 or 14309488. OLE color: 14309488.

HSL color Cylindrical-coordinate representation of color #7058DA: hue angle of 251.08º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7058DA is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 88 218 -
CMYK 0.49 0.60 0 0.15
HSL 251.08º 0.64% 0.6% -
HSV(B) 251.08º 0.6% 0.85% -
XYZ 22.83 15.49 68.12 -
YUV 110 188.95 129.43 -
System Red Green Blue C M Y K H S L
Decimal 112 88 218 0.49 0.60 0 0.15 251.08 0.64 0.6
Hex 70 58 DA 31 3C 0 F FB 40 3C
Octal 160 130 332 61 74 0 17 373 100 74
Binary 1110000 1011000 11011010 110001 111100 0 1111 11111011 1000000 111100

Color Harmonies of #7058DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7058DA

Black with #7058DA

Text Example


Text Example

White with #7058DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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