Html Css Color HEX #7267DF Medium Slate Blue

📋 copy color: '#7267DF'

red 114 ◦ green 103 ◦ blue 223

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

Shades of Medium Slate Blue #7267DF

Tints of Medium Slate Blue #7267DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.68%

R = 25.91%
G = 23.41%
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

#7267DF (or 0x7267DF) is known color: Medium Slate Blue. HEX triplet: 72, 67 and DF. RGB value is (114,103,223). Sum of RGB (Red+Green+Blue) = 114+103+223=440 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.91% from 440); Green value is 103 (40.62% from 255 or 23.41% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #7267DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7267DF is #8D9820. Grayscale: #777777. Windows color (decimal): -9279521 or 14641010. OLE color: 14641010.

HSL color Cylindrical-coordinate representation of color #7267DF: hue angle of 245.5º 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 #7267DF is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 114 103 223 -
CMYK 0.49 0.54 0 0.13
HSL 245.5º 0.65% 0.64% -
HSV(B) 245.5º 0.54% 0.87% -
XYZ 25.11 18.61 72.08 -
YUV 119.97 186.14 123.74 -
System Red Green Blue C M Y K H S L
Decimal 114 103 223 0.49 0.54 0 0.13 245.5 0.65 0.64
Hex 72 67 DF 31 36 0 D F6 41 40
Octal 162 147 337 61 66 0 15 366 101 100
Binary 1110010 1100111 11011111 110001 110110 0 1101 11110110 1000001 1000000

Color Harmonies of #7267DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7267DF

Black with #7267DF

Text Example


Text Example

White with #7267DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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