Html Css Color HEX #7267E7 Medium Slate Blue

📋 copy color: '#7267E7'

red 114 ◦ green 103 ◦ blue 231

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

Shades of Medium Slate Blue #7267E7

Tints of Medium Slate Blue #7267E7

RGB

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

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

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

R = 25.45%
G = 22.99%
B = 51.56%

CMYK

 C value IS 0.51

 M value IS 0.55

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#7267E7 (or 0x7267E7) is known color: Medium Slate Blue. HEX triplet: 72, 67 and E7. RGB value is (114,103,231). Sum of RGB (Red+Green+Blue) = 114+103+231=448 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.45% from 448); Green value is 103 (40.62% from 255 or 22.99% from 448); Blue value is 231 (90.62% from 255 or 51.56% from 448); Max value from RGB is 231 - color contains mainly: blue. Hex color #7267E7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7267E7 is #8D9818. Grayscale: #787878. Windows color (decimal): -9279513 or 15165298. OLE color: 15165298.

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

Color convert

RGB 114 103 231 -
CMYK 0.51 0.55 0 0.09
HSL 245.16º 0.73% 0.65% -
HSV(B) 245.16º 0.55% 0.91% -
XYZ 26.21 19.05 77.9 -
YUV 120.88 190.14 123.09 -
System Red Green Blue C M Y K H S L
Decimal 114 103 231 0.51 0.55 0 0.09 245.16 0.73 0.65
Hex 72 67 E7 33 37 0 9 F5 49 41
Octal 162 147 347 63 67 0 11 365 111 101
Binary 1110010 1100111 11100111 110011 110111 0 1001 11110101 1001001 1000001

Color Harmonies of #7267E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7267E7

Black with #7267E7

Text Example


Text Example

White with #7267E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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