Html Css Color HEX #7069F5 Medium Slate Blue

📋 copy color: '#7069F5'

red 112 ◦ green 105 ◦ blue 245

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

Shades of Medium Slate Blue #7069F5

Tints of Medium Slate Blue #7069F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 53.03%

R = 24.24%
G = 22.73%
B = 53.03%

CMYK

 C value IS 0.54

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7069F5 (or 0x7069F5) is known color: Medium Slate Blue. HEX triplet: 70, 69 and F5. RGB value is (112,105,245). Sum of RGB (Red+Green+Blue) = 112+105+245=462 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.24% from 462); Green value is 105 (41.41% from 255 or 22.73% from 462); Blue value is 245 (96.09% from 255 or 53.03% from 462); Max value from RGB is 245 - color contains mainly: blue. Hex color #7069F5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7069F5 is #8F960A. Grayscale: #7A7A7A. Windows color (decimal): -9410059 or 16083312. OLE color: 16083312.

HSL color Cylindrical-coordinate representation of color #7069F5: hue angle of 243º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7069F5 is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 112 105 245 -
CMYK 0.54 0.57 0 0.04
HSL 243º 0.88% 0.69% -
HSV(B) 243º 0.57% 0.96% -
XYZ 28.22 20.14 88.79 -
YUV 123.05 196.82 120.12 -
System Red Green Blue C M Y K H S L
Decimal 112 105 245 0.54 0.57 0 0.04 243 0.88 0.69
Hex 70 69 F5 36 39 0 4 F3 58 45
Octal 160 151 365 66 71 0 4 363 130 105
Binary 1110000 1101001 11110101 110110 111001 0 100 11110011 1011000 1000101

Color Harmonies of #7069F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7069F5

Black with #7069F5

Text Example


Text Example

White with #7069F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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