Html Css Color HEX #7268DB Medium Slate Blue

📋 copy color: '#7268DB'

red 114 ◦ green 104 ◦ blue 219

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

Shades of Medium Slate Blue #7268DB

Tints of Medium Slate Blue #7268DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.11%

R = 26.09%
G = 23.8%
B = 50.11%

CMYK

 C value IS 0.48

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7268DB (or 0x7268DB) is known color: Medium Slate Blue. HEX triplet: 72, 68 and DB. RGB value is (114,104,219). Sum of RGB (Red+Green+Blue) = 114+104+219=437 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.09% from 437); Green value is 104 (41.02% from 255 or 23.80% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #7268DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7268DB is #8D9724. Grayscale: #777777. Windows color (decimal): -9279269 or 14379122. OLE color: 14379122.

HSL color Cylindrical-coordinate representation of color #7268DB: hue angle of 245.22º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7268DB is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 114 104 219 -
CMYK 0.48 0.53 0 0.14
HSL 245.22º 0.61% 0.63% -
HSV(B) 245.22º 0.53% 0.86% -
XYZ 24.68 18.59 69.31 -
YUV 120.1 183.81 123.65 -
System Red Green Blue C M Y K H S L
Decimal 114 104 219 0.48 0.53 0 0.14 245.22 0.61 0.63
Hex 72 68 DB 30 35 0 E F5 3D 3F
Octal 162 150 333 60 65 0 16 365 75 77
Binary 1110010 1101000 11011011 110000 110101 0 1110 11110101 111101 111111

Color Harmonies of #7268DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7268DB

Black with #7268DB

Text Example


Text Example

White with #7268DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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