Html Css Color HEX #7069FA Medium Slate Blue

📋 copy color: '#7069FA'

red 112 ◦ green 105 ◦ blue 250

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

Shades of Medium Slate Blue #7069FA

Tints of Medium Slate Blue #7069FA

RGB

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

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

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

R = 23.98%
G = 22.48%
B = 53.53%

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

#7069FA (or 0x7069FA) is known color: Medium Slate Blue. HEX triplet: 70, 69 and FA. RGB value is (112,105,250). Sum of RGB (Red+Green+Blue) = 112+105+250=467 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.98% from 467); Green value is 105 (41.41% from 255 or 22.48% from 467); Blue value is 250 (98.05% from 255 or 53.53% from 467); Max value from RGB is 250 - color contains mainly: blue. Hex color #7069FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7069FA is #8F9605. Grayscale: #7B7B7B. Windows color (decimal): -9410054 or 16410992. OLE color: 16410992.

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

Color convert

RGB 112 105 250 -
CMYK 0.55 0.58 0 0.02
HSL 242.9º 0.94% 0.7% -
HSV(B) 242.9º 0.58% 0.98% -
XYZ 28.99 20.45 92.86 -
YUV 123.62 199.32 119.71 -
System Red Green Blue C M Y K H S L
Decimal 112 105 250 0.55 0.58 0 0.02 242.9 0.94 0.7
Hex 70 69 FA 37 3A 0 2 F3 5E 46
Octal 160 151 372 67 72 0 2 363 136 106
Binary 1110000 1101001 11111010 110111 111010 0 10 11110011 1011110 1000110

Color Harmonies of #7069FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7069FA

Black with #7069FA

Text Example


Text Example

White with #7069FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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