Html Css Color HEX #7266E7 Medium Slate Blue

📋 copy color: '#7266E7'

red 114 ◦ green 102 ◦ blue 231

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

Shades of Medium Slate Blue #7266E7

Tints of Medium Slate Blue #7266E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 51.68%

R = 25.5%
G = 22.82%
B = 51.68%

CMYK

 C value IS 0.51

 M value IS 0.56

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#7266E7 (or 0x7266E7) is known color: Medium Slate Blue. HEX triplet: 72, 66 and E7. RGB value is (114,102,231). Sum of RGB (Red+Green+Blue) = 114+102+231=447 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.50% from 447); Green value is 102 (40.23% from 255 or 22.82% from 447); Blue value is 231 (90.62% from 255 or 51.68% from 447); Max value from RGB is 231 - color contains mainly: blue. Hex color #7266E7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7266E7 is #8D9918. Grayscale: #777777. Windows color (decimal): -9279769 or 15165042. OLE color: 15165042.

HSL color Cylindrical-coordinate representation of color #7266E7: hue angle of 245.58º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7266E7 is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 114 102 231 -
CMYK 0.51 0.56 0 0.09
HSL 245.58º 0.73% 0.65% -
HSV(B) 245.58º 0.56% 0.91% -
XYZ 26.11 18.85 77.86 -
YUV 120.29 190.48 123.51 -
System Red Green Blue C M Y K H S L
Decimal 114 102 231 0.51 0.56 0 0.09 245.58 0.73 0.65
Hex 72 66 E7 33 38 0 9 F6 49 41
Octal 162 146 347 63 70 0 11 366 111 101
Binary 1110010 1100110 11100111 110011 111000 0 1001 11110110 1001001 1000001

Color Harmonies of #7266E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7266E7

Black with #7266E7

Text Example


Text Example

White with #7266E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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