Html Css Color HEX #7068FA Medium Slate Blue

📋 copy color: '#7068FA'

red 112 ◦ green 104 ◦ blue 250

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

Shades of Medium Slate Blue #7068FA

Tints of Medium Slate Blue #7068FA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.32%

 BLUE value IS 250 (98.05% from 255) = 53.65%

R = 24.03%
G = 22.32%
B = 53.65%

CMYK

 C value IS 0.55

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7068FA (or 0x7068FA) is known color: Medium Slate Blue. HEX triplet: 70, 68 and FA. RGB value is (112,104,250). Sum of RGB (Red+Green+Blue) = 112+104+250=466 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.03% from 466); Green value is 104 (41.02% from 255 or 22.32% from 466); Blue value is 250 (98.05% from 255 or 53.65% from 466); Max value from RGB is 250 - color contains mainly: blue. Hex color #7068FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7068FA is #8F9705. Grayscale: #7A7A7A. Windows color (decimal): -9410310 or 16410736. OLE color: 16410736.

HSL color Cylindrical-coordinate representation of color #7068FA: hue angle of 243.29º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7068FA is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 104 250 -
CMYK 0.55 0.58 0 0.02
HSL 243.29º 0.94% 0.69% -
HSV(B) 243.29º 0.58% 0.98% -
XYZ 28.89 20.25 92.83 -
YUV 123.04 199.65 120.13 -
System Red Green Blue C M Y K H S L
Decimal 112 104 250 0.55 0.58 0 0.02 243.29 0.94 0.69
Hex 70 68 FA 37 3A 0 2 F3 5E 45
Octal 160 150 372 67 72 0 2 363 136 105
Binary 1110000 1101000 11111010 110111 111010 0 10 11110011 1011110 1000101

Color Harmonies of #7068FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7068FA

Black with #7068FA

Text Example


Text Example

White with #7068FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7068FA; }

 p { color: rgb(112,104,250); }

 H1.HeaderClassName
 {
   color: #7068FA;
 }
 .AnyTagClassName
 {
   color: #7068FA;
 }
</style>

background-color css

<style>
 a { background-color: #7068FA; }

 a { background-color: rgb(112,104,250); }

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

border-color css

<style>
 span { border-color: #7068FA; }

 span { border-color: rgb(112,104,250); }

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