Html Css Color HEX #7266DE Medium Slate Blue

📋 copy color: '#7266DE'

red 114 ◦ green 102 ◦ blue 222

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

Shades of Medium Slate Blue #7266DE

Tints of Medium Slate Blue #7266DE

RGB

 RED value IS 114 (44.92% from 255) = 26.03%

 GREEN value IS 102 (40.23% from 255) = 23.29%

 BLUE value IS 222 (87.11% from 255) = 50.68%

R = 26.03%
G = 23.29%
B = 50.68%

CMYK

 C value IS 0.49

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7266DE (or 0x7266DE) is known color: Medium Slate Blue. HEX triplet: 72, 66 and DE. RGB value is (114,102,222). Sum of RGB (Red+Green+Blue) = 114+102+222=438 (58% of max value = 765). Red value is 114 (44.92% from 255 or 26.03% from 438); Green value is 102 (40.23% from 255 or 23.29% from 438); Blue value is 222 (87.11% from 255 or 50.68% from 438); Max value from RGB is 222 - color contains mainly: blue. Hex color #7266DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7266DE is #8D9921. Grayscale: #767676. Windows color (decimal): -9279778 or 14575218. OLE color: 14575218.

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

Color convert

RGB 114 102 222 -
CMYK 0.49 0.54 0 0.13
HSL 246º 0.65% 0.64% -
HSV(B) 246º 0.54% 0.87% -
XYZ 24.88 18.35 71.34 -
YUV 119.27 185.98 124.24 -
System Red Green Blue C M Y K H S L
Decimal 114 102 222 0.49 0.54 0 0.13 246 0.65 0.64
Hex 72 66 DE 31 36 0 D F6 41 40
Octal 162 146 336 61 66 0 15 366 101 100
Binary 1110010 1100110 11011110 110001 110110 0 1101 11110110 1000001 1000000

Color Harmonies of #7266DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7266DE

Black with #7266DE

Text Example


Text Example

White with #7266DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7266DE; }

 p { color: rgb(114,102,222); }

 H1.HeaderClassName
 {
   color: #7266DE;
 }
 .AnyTagClassName
 {
   color: #7266DE;
 }
</style>

background-color css

<style>
 a { background-color: #7266DE; }

 a { background-color: rgb(114,102,222); }

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

border-color css

<style>
 span { border-color: #7266DE; }

 span { border-color: rgb(114,102,222); }

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