Html Css Color HEX #7267EB Medium Slate Blue

📋 copy color: '#7267EB'

red 114 ◦ green 103 ◦ blue 235

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

Shades of Medium Slate Blue #7267EB

Tints of Medium Slate Blue #7267EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 51.99%

R = 25.22%
G = 22.79%
B = 51.99%

CMYK

 C value IS 0.51

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7267EB (or 0x7267EB) is known color: Medium Slate Blue. HEX triplet: 72, 67 and EB. RGB value is (114,103,235). Sum of RGB (Red+Green+Blue) = 114+103+235=452 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.22% from 452); Green value is 103 (40.62% from 255 or 22.79% from 452); Blue value is 235 (92.19% from 255 or 51.99% from 452); Max value from RGB is 235 - color contains mainly: blue. Hex color #7267EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7267EB is #8D9814. Grayscale: #787878. Windows color (decimal): -9279509 or 15427442. OLE color: 15427442.

HSL color Cylindrical-coordinate representation of color #7267EB: hue angle of 245º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7267EB is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 114 103 235 -
CMYK 0.51 0.56 0 0.08
HSL 245º 0.77% 0.66% -
HSV(B) 245º 0.56% 0.92% -
XYZ 26.79 19.28 80.91 -
YUV 121.34 192.14 122.77 -
System Red Green Blue C M Y K H S L
Decimal 114 103 235 0.51 0.56 0 0.08 245 0.77 0.66
Hex 72 67 EB 33 38 0 8 F5 4D 42
Octal 162 147 353 63 70 0 10 365 115 102
Binary 1110010 1100111 11101011 110011 111000 0 1000 11110101 1001101 1000010

Color Harmonies of #7267EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7267EB

Black with #7267EB

Text Example


Text Example

White with #7267EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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