Html Css Color HEX #7267EE Medium Slate Blue

📋 copy color: '#7267EE'

red 114 ◦ green 103 ◦ blue 238

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

Shades of Medium Slate Blue #7267EE

Tints of Medium Slate Blue #7267EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 52.31%

R = 25.05%
G = 22.64%
B = 52.31%

CMYK

 C value IS 0.52

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7267EE (or 0x7267EE) is known color: Medium Slate Blue. HEX triplet: 72, 67 and EE. RGB value is (114,103,238). Sum of RGB (Red+Green+Blue) = 114+103+238=455 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25.05% from 455); Green value is 103 (40.62% from 255 or 22.64% from 455); Blue value is 238 (93.36% from 255 or 52.31% from 455); Max value from RGB is 238 - color contains mainly: blue. Hex color #7267EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7267EE is #8D9811. Grayscale: #797979. Windows color (decimal): -9279506 or 15624050. OLE color: 15624050.

HSL color Cylindrical-coordinate representation of color #7267EE: hue angle of 244.89º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7267EE is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 114 103 238 -
CMYK 0.52 0.57 0 0.07
HSL 244.89º 0.8% 0.67% -
HSV(B) 244.89º 0.57% 0.93% -
XYZ 27.22 19.45 83.21 -
YUV 121.68 193.64 122.52 -
System Red Green Blue C M Y K H S L
Decimal 114 103 238 0.52 0.57 0 0.07 244.89 0.8 0.67
Hex 72 67 EE 34 39 0 7 F5 50 43
Octal 162 147 356 64 71 0 7 365 120 103
Binary 1110010 1100111 11101110 110100 111001 0 111 11110101 1010000 1000011

Color Harmonies of #7267EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7267EE

Black with #7267EE

Text Example


Text Example

White with #7267EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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