Html Css Color HEX #7062FF Medium Slate Blue

📋 copy color: '#7062FF'

red 112 ◦ green 98 ◦ blue 255

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

Shades of Medium Slate Blue #7062FF

Tints of Medium Slate Blue #7062FF

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.08%

 BLUE value IS 255 (100% from 255) = 54.84%

R = 24.09%
G = 21.08%
B = 54.84%

CMYK

 C value IS 0.56

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7062FF (or 0x7062FF) is known color: Medium Slate Blue. HEX triplet: 70, 62 and FF. RGB value is (112,98,255). Sum of RGB (Red+Green+Blue) = 112+98+255=465 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.09% from 465); Green value is 98 (38.67% from 255 or 21.08% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #7062FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7062FF is #8F9D00. Grayscale: #777777. Windows color (decimal): -9411841 or 16736880. OLE color: 16736880.

HSL color Cylindrical-coordinate representation of color #7062FF: hue angle of 245.35º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7062FF is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 112 98 255 -
CMYK 0.56 0.62 0 0
HSL 245.35º 1% 0.69% -
HSV(B) 245.35º 0.62% 1% -
XYZ 29.1 19.4 96.82 -
YUV 120.08 204.14 122.23 -
System Red Green Blue C M Y K H S L
Decimal 112 98 255 0.56 0.62 0 0 245.35 1 0.69
Hex 70 62 FF 38 3E 0 0 F5 64 45
Octal 160 142 377 70 76 0 0 365 144 105
Binary 1110000 1100010 11111111 111000 111110 0 0 11110101 1100100 1000101

Color Harmonies of #7062FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7062FF

Black with #7062FF

Text Example


Text Example

White with #7062FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7062FF; }

 p { color: rgb(112,98,255); }

 H1.HeaderClassName
 {
   color: #7062FF;
 }
 .AnyTagClassName
 {
   color: #7062FF;
 }
</style>

background-color css

<style>
 a { background-color: #7062FF; }

 a { background-color: rgb(112,98,255); }

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

border-color css

<style>
 span { border-color: #7062FF; }

 span { border-color: rgb(112,98,255); }

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