Html Css Color HEX #7067DD Medium Slate Blue

📋 copy color: '#7067DD'

red 112 ◦ green 103 ◦ blue 221

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

Shades of Medium Slate Blue #7067DD

Tints of Medium Slate Blue #7067DD

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.62%

 BLUE value IS 221 (86.72% from 255) = 50.69%

R = 25.69%
G = 23.62%
B = 50.69%

CMYK

 C value IS 0.49

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7067DD (or 0x7067DD) is known color: Medium Slate Blue. HEX triplet: 70, 67 and DD. RGB value is (112,103,221). Sum of RGB (Red+Green+Blue) = 112+103+221=436 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.69% from 436); Green value is 103 (40.62% from 255 or 23.62% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #7067DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7067DD is #8F9822. Grayscale: #767676. Windows color (decimal): -9410595 or 14509936. OLE color: 14509936.

HSL color Cylindrical-coordinate representation of color #7067DD: hue angle of 244.58º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7067DD is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 103 221 -
CMYK 0.49 0.53 0 0.13
HSL 244.58º 0.63% 0.64% -
HSV(B) 244.58º 0.53% 0.87% -
XYZ 24.58 18.37 70.66 -
YUV 119.14 185.48 122.91 -
System Red Green Blue C M Y K H S L
Decimal 112 103 221 0.49 0.53 0 0.13 244.58 0.63 0.64
Hex 70 67 DD 31 35 0 D F5 3F 40
Octal 160 147 335 61 65 0 15 365 77 100
Binary 1110000 1100111 11011101 110001 110101 0 1101 11110101 111111 1000000

Color Harmonies of #7067DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7067DD

Black with #7067DD

Text Example


Text Example

White with #7067DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7067DD; }

 p { color: rgb(112,103,221); }

 H1.HeaderClassName
 {
   color: #7067DD;
 }
 .AnyTagClassName
 {
   color: #7067DD;
 }
</style>

background-color css

<style>
 a { background-color: #7067DD; }

 a { background-color: rgb(112,103,221); }

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

border-color css

<style>
 span { border-color: #7067DD; }

 span { border-color: rgb(112,103,221); }

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