Html Css Color HEX #7268ED Medium Slate Blue

📋 copy color: '#7268ED'

red 114 ◦ green 104 ◦ blue 237

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

Shades of Medium Slate Blue #7268ED

Tints of Medium Slate Blue #7268ED

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.86%

 BLUE value IS 237 (92.97% from 255) = 52.09%

R = 25.05%
G = 22.86%
B = 52.09%

CMYK

 C value IS 0.52

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7268ED (or 0x7268ED) is known color: Medium Slate Blue. HEX triplet: 72, 68 and ED. RGB value is (114,104,237). Sum of RGB (Red+Green+Blue) = 114+104+237=455 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25.05% from 455); Green value is 104 (41.02% from 255 or 22.86% from 455); Blue value is 237 (92.97% from 255 or 52.09% from 455); Max value from RGB is 237 - color contains mainly: blue. Hex color #7268ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7268ED is #8D9712. Grayscale: #797979. Windows color (decimal): -9279251 or 15558770. OLE color: 15558770.

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

Color convert

RGB 114 104 237 -
CMYK 0.52 0.56 0 0.07
HSL 244.51º 0.79% 0.67% -
HSV(B) 244.51º 0.56% 0.93% -
XYZ 27.18 19.59 82.47 -
YUV 122.15 192.81 122.19 -
System Red Green Blue C M Y K H S L
Decimal 114 104 237 0.52 0.56 0 0.07 244.51 0.79 0.67
Hex 72 68 ED 34 38 0 7 F5 4F 43
Octal 162 150 355 64 70 0 7 365 117 103
Binary 1110010 1101000 11101101 110100 111000 0 111 11110101 1001111 1000011

Color Harmonies of #7268ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7268ED

Black with #7268ED

Text Example


Text Example

White with #7268ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7268ED; }

 p { color: rgb(114,104,237); }

 H1.HeaderClassName
 {
   color: #7268ED;
 }
 .AnyTagClassName
 {
   color: #7268ED;
 }
</style>

background-color css

<style>
 a { background-color: #7268ED; }

 a { background-color: rgb(114,104,237); }

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

border-color css

<style>
 span { border-color: #7268ED; }

 span { border-color: rgb(114,104,237); }

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