Html Css Color HEX #7065EB Medium Slate Blue

📋 copy color: '#7065EB'

red 112 ◦ green 101 ◦ blue 235

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

Shades of Medium Slate Blue #7065EB

Tints of Medium Slate Blue #7065EB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.54%

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

R = 25%
G = 22.54%
B = 52.46%

CMYK

 C value IS 0.52

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7065EB (or 0x7065EB) is known color: Medium Slate Blue. HEX triplet: 70, 65 and EB. RGB value is (112,101,235). Sum of RGB (Red+Green+Blue) = 112+101+235=448 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25% from 448); Green value is 101 (39.84% from 255 or 22.54% from 448); Blue value is 235 (92.19% from 255 or 52.46% from 448); Max value from RGB is 235 - color contains mainly: blue. Hex color #7065EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7065EB is #8F9A14. Grayscale: #777777. Windows color (decimal): -9411093 or 15426928. OLE color: 15426928.

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

Color convert

RGB 112 101 235 -
CMYK 0.52 0.57 0 0.08
HSL 244.93º 0.77% 0.66% -
HSV(B) 244.93º 0.57% 0.92% -
XYZ 26.33 18.75 80.83 -
YUV 119.57 193.14 122.6 -
System Red Green Blue C M Y K H S L
Decimal 112 101 235 0.52 0.57 0 0.08 244.93 0.77 0.66
Hex 70 65 EB 34 39 0 8 F5 4D 42
Octal 160 145 353 64 71 0 10 365 115 102
Binary 1110000 1100101 11101011 110100 111001 0 1000 11110101 1001101 1000010

Color Harmonies of #7065EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7065EB

Black with #7065EB

Text Example


Text Example

White with #7065EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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