Html Css Color HEX #7069EF Medium Slate Blue

📋 copy color: '#7069EF'

red 112 ◦ green 105 ◦ blue 239

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

Shades of Medium Slate Blue #7069EF

Tints of Medium Slate Blue #7069EF

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.03%

 BLUE value IS 239 (93.75% from 255) = 52.41%

R = 24.56%
G = 23.03%
B = 52.41%

CMYK

 C value IS 0.53

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7069EF (or 0x7069EF) is known color: Medium Slate Blue. HEX triplet: 70, 69 and EF. RGB value is (112,105,239). Sum of RGB (Red+Green+Blue) = 112+105+239=456 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.56% from 456); Green value is 105 (41.41% from 255 or 23.03% from 456); Blue value is 239 (93.75% from 255 or 52.41% from 456); Max value from RGB is 239 - color contains mainly: blue. Hex color #7069EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7069EF is #8F9610. Grayscale: #797979. Windows color (decimal): -9410065 or 15690096. OLE color: 15690096.

HSL color Cylindrical-coordinate representation of color #7069EF: hue angle of 243.13º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7069EF is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 112 105 239 -
CMYK 0.53 0.56 0 0.06
HSL 243.13º 0.81% 0.67% -
HSV(B) 243.13º 0.56% 0.94% -
XYZ 27.31 19.78 84.04 -
YUV 122.37 193.82 120.6 -
System Red Green Blue C M Y K H S L
Decimal 112 105 239 0.53 0.56 0 0.06 243.13 0.81 0.67
Hex 70 69 EF 35 38 0 6 F3 51 43
Octal 160 151 357 65 70 0 6 363 121 103
Binary 1110000 1101001 11101111 110101 111000 0 110 11110011 1010001 1000011

Color Harmonies of #7069EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7069EF

Black with #7069EF

Text Example


Text Example

White with #7069EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7069EF; }

 p { color: rgb(112,105,239); }

 H1.HeaderClassName
 {
   color: #7069EF;
 }
 .AnyTagClassName
 {
   color: #7069EF;
 }
</style>

background-color css

<style>
 a { background-color: #7069EF; }

 a { background-color: rgb(112,105,239); }

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

border-color css

<style>
 span { border-color: #7069EF; }

 span { border-color: rgb(112,105,239); }

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