Html Css Color HEX #7066EC Medium Slate Blue

📋 copy color: '#7066EC'

red 112 ◦ green 102 ◦ blue 236

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

Shades of Medium Slate Blue #7066EC

Tints of Medium Slate Blue #7066EC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.67%

 BLUE value IS 236 (92.58% from 255) = 52.44%

R = 24.89%
G = 22.67%
B = 52.44%

CMYK

 C value IS 0.53

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7066EC (or 0x7066EC) is known color: Medium Slate Blue. HEX triplet: 70, 66 and EC. RGB value is (112,102,236). Sum of RGB (Red+Green+Blue) = 112+102+236=450 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.89% from 450); Green value is 102 (40.23% from 255 or 22.67% from 450); Blue value is 236 (92.58% from 255 or 52.44% from 450); Max value from RGB is 236 - color contains mainly: blue. Hex color #7066EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7066EC is #8F9913. Grayscale: #777777. Windows color (decimal): -9410836 or 15492720. OLE color: 15492720.

HSL color Cylindrical-coordinate representation of color #7066EC: hue angle of 244.48º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7066EC is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 102 236 -
CMYK 0.53 0.57 0 0.07
HSL 244.48º 0.78% 0.66% -
HSV(B) 244.48º 0.57% 0.93% -
XYZ 26.57 19 81.62 -
YUV 120.27 193.31 122.1 -
System Red Green Blue C M Y K H S L
Decimal 112 102 236 0.53 0.57 0 0.07 244.48 0.78 0.66
Hex 70 66 EC 35 39 0 7 F4 4E 42
Octal 160 146 354 65 71 0 7 364 116 102
Binary 1110000 1100110 11101100 110101 111001 0 111 11110100 1001110 1000010

Color Harmonies of #7066EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7066EC

Black with #7066EC

Text Example


Text Example

White with #7066EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7066EC; }

 p { color: rgb(112,102,236); }

 H1.HeaderClassName
 {
   color: #7066EC;
 }
 .AnyTagClassName
 {
   color: #7066EC;
 }
</style>

background-color css

<style>
 a { background-color: #7066EC; }

 a { background-color: rgb(112,102,236); }

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

border-color css

<style>
 span { border-color: #7066EC; }

 span { border-color: rgb(112,102,236); }

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