Html Css Color HEX #7069E8 Medium Slate Blue

📋 copy color: '#7069E8'

red 112 ◦ green 105 ◦ blue 232

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

Shades of Medium Slate Blue #7069E8

Tints of Medium Slate Blue #7069E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 51.67%

R = 24.94%
G = 23.39%
B = 51.67%

CMYK

 C value IS 0.52

 M value IS 0.55

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#7069E8 (or 0x7069E8) is known color: Medium Slate Blue. HEX triplet: 70, 69 and E8. RGB value is (112,105,232). Sum of RGB (Red+Green+Blue) = 112+105+232=449 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.94% from 449); Green value is 105 (41.41% from 255 or 23.39% from 449); Blue value is 232 (91.02% from 255 or 51.67% from 449); Max value from RGB is 232 - color contains mainly: blue. Hex color #7069E8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7069E8 is #8F9617. Grayscale: #797979. Windows color (decimal): -9410072 or 15231344. OLE color: 15231344.

HSL color Cylindrical-coordinate representation of color #7069E8: hue angle of 243.31º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7069E8 is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 112 105 232 -
CMYK 0.52 0.55 0 0.09
HSL 243.31º 0.73% 0.66% -
HSV(B) 243.31º 0.55% 0.91% -
XYZ 26.3 19.37 78.7 -
YUV 121.57 190.32 121.17 -
System Red Green Blue C M Y K H S L
Decimal 112 105 232 0.52 0.55 0 0.09 243.31 0.73 0.66
Hex 70 69 E8 34 37 0 9 F3 49 42
Octal 160 151 350 64 67 0 11 363 111 102
Binary 1110000 1101001 11101000 110100 110111 0 1001 11110011 1001001 1000010

Color Harmonies of #7069E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7069E8

Black with #7069E8

Text Example


Text Example

White with #7069E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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