Html Css Color HEX #7066FC Medium Slate Blue

📋 copy color: '#7066FC'

red 112 ◦ green 102 ◦ blue 252

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

Shades of Medium Slate Blue #7066FC

Tints of Medium Slate Blue #7066FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 54.08%

R = 24.03%
G = 21.89%
B = 54.08%

CMYK

 C value IS 0.56

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7066FC (or 0x7066FC) is known color: Medium Slate Blue. HEX triplet: 70, 66 and FC. RGB value is (112,102,252). Sum of RGB (Red+Green+Blue) = 112+102+252=466 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.03% from 466); Green value is 102 (40.23% from 255 or 21.89% from 466); Blue value is 252 (98.83% from 255 or 54.08% from 466); Max value from RGB is 252 - color contains mainly: blue. Hex color #7066FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7066FC is #8F9903. Grayscale: #797979. Windows color (decimal): -9410820 or 16541296. OLE color: 16541296.

HSL color Cylindrical-coordinate representation of color #7066FC: hue angle of 244º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7066FC is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 112 102 252 -
CMYK 0.56 0.60 0 0.01
HSL 244º 0.96% 0.69% -
HSV(B) 244º 0.6% 0.99% -
XYZ 29 19.98 94.42 -
YUV 122.09 201.31 120.8 -
System Red Green Blue C M Y K H S L
Decimal 112 102 252 0.56 0.60 0 0.01 244 0.96 0.69
Hex 70 66 FC 38 3C 0 1 F4 60 45
Octal 160 146 374 70 74 0 1 364 140 105
Binary 1110000 1100110 11111100 111000 111100 0 1 11110100 1100000 1000101

Color Harmonies of #7066FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7066FC

Black with #7066FC

Text Example


Text Example

White with #7066FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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