Html Css Color HEX #7267DD Medium Slate Blue

📋 copy color: '#7267DD'

red 114 ◦ green 103 ◦ blue 221

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

Shades of Medium Slate Blue #7267DD

Tints of Medium Slate Blue #7267DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.46%

R = 26.03%
G = 23.52%
B = 50.46%

CMYK

 C value IS 0.48

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7267DD (or 0x7267DD) is known color: Medium Slate Blue. HEX triplet: 72, 67 and DD. RGB value is (114,103,221). Sum of RGB (Red+Green+Blue) = 114+103+221=438 (58% of max value = 765). Red value is 114 (44.92% from 255 or 26.03% from 438); Green value is 103 (40.62% from 255 or 23.52% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #7267DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7267DD is #8D9822. Grayscale: #777777. Windows color (decimal): -9279523 or 14509938. OLE color: 14509938.

HSL color Cylindrical-coordinate representation of color #7267DD: hue angle of 245.59º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7267DD is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 114 103 221 -
CMYK 0.48 0.53 0 0.13
HSL 245.59º 0.63% 0.64% -
HSV(B) 245.59º 0.53% 0.87% -
XYZ 24.84 18.5 70.67 -
YUV 119.74 185.14 123.91 -
System Red Green Blue C M Y K H S L
Decimal 114 103 221 0.48 0.53 0 0.13 245.59 0.63 0.64
Hex 72 67 DD 30 35 0 D F6 3F 40
Octal 162 147 335 60 65 0 15 366 77 100
Binary 1110010 1100111 11011101 110000 110101 0 1101 11110110 111111 1000000

Color Harmonies of #7267DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7267DD

Black with #7267DD

Text Example


Text Example

White with #7267DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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