Html Css Color HEX #7069ED Medium Slate Blue

📋 copy color: '#7069ED'

red 112 ◦ green 105 ◦ blue 237

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

Shades of Medium Slate Blue #7069ED

Tints of Medium Slate Blue #7069ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 52.2%

R = 24.67%
G = 23.13%
B = 52.2%

CMYK

 C value IS 0.53

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7069ED (or 0x7069ED) is known color: Medium Slate Blue. HEX triplet: 70, 69 and ED. RGB value is (112,105,237). Sum of RGB (Red+Green+Blue) = 112+105+237=454 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.67% from 454); Green value is 105 (41.41% from 255 or 23.13% from 454); Blue value is 237 (92.97% from 255 or 52.20% from 454); Max value from RGB is 237 - color contains mainly: blue. Hex color #7069ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7069ED is #8F9612. Grayscale: #797979. Windows color (decimal): -9410067 or 15559024. OLE color: 15559024.

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

Color convert

RGB 112 105 237 -
CMYK 0.53 0.56 0 0.07
HSL 243.18º 0.79% 0.67% -
HSV(B) 243.18º 0.56% 0.93% -
XYZ 27.02 19.66 82.49 -
YUV 122.14 192.82 120.77 -
System Red Green Blue C M Y K H S L
Decimal 112 105 237 0.53 0.56 0 0.07 243.18 0.79 0.67
Hex 70 69 ED 35 38 0 7 F3 4F 43
Octal 160 151 355 65 70 0 7 363 117 103
Binary 1110000 1101001 11101101 110101 111000 0 111 11110011 1001111 1000011

Color Harmonies of #7069ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7069ED

Black with #7069ED

Text Example


Text Example

White with #7069ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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