Html Css Color HEX #7067EB Medium Slate Blue

📋 copy color: '#7067EB'

red 112 ◦ green 103 ◦ blue 235

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

Shades of Medium Slate Blue #7067EB

Tints of Medium Slate Blue #7067EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 52.22%

R = 24.89%
G = 22.89%
B = 52.22%

CMYK

 C value IS 0.52

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7067EB (or 0x7067EB) is known color: Medium Slate Blue. HEX triplet: 70, 67 and EB. RGB value is (112,103,235). Sum of RGB (Red+Green+Blue) = 112+103+235=450 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.89% from 450); Green value is 103 (40.62% from 255 or 22.89% from 450); Blue value is 235 (92.19% from 255 or 52.22% from 450); Max value from RGB is 235 - color contains mainly: blue. Hex color #7067EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7067EB is #8F9814. Grayscale: #787878. Windows color (decimal): -9410581 or 15427440. OLE color: 15427440.

HSL color Cylindrical-coordinate representation of color #7067EB: hue angle of 244.09º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7067EB is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 103 235 -
CMYK 0.52 0.56 0 0.08
HSL 244.09º 0.77% 0.66% -
HSV(B) 244.09º 0.56% 0.92% -
XYZ 26.53 19.14 80.89 -
YUV 120.74 192.48 121.77 -
System Red Green Blue C M Y K H S L
Decimal 112 103 235 0.52 0.56 0 0.08 244.09 0.77 0.66
Hex 70 67 EB 34 38 0 8 F4 4D 42
Octal 160 147 353 64 70 0 10 364 115 102
Binary 1110000 1100111 11101011 110100 111000 0 1000 11110100 1001101 1000010

Color Harmonies of #7067EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7067EB

Black with #7067EB

Text Example


Text Example

White with #7067EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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