Html Css Color HEX #7262DF Medium Slate Blue

📋 copy color: '#7262DF'

red 114 ◦ green 98 ◦ blue 223

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

Shades of Medium Slate Blue #7262DF

Tints of Medium Slate Blue #7262DF

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.53%

 BLUE value IS 223 (87.5% from 255) = 51.26%

R = 26.21%
G = 22.53%
B = 51.26%

CMYK

 C value IS 0.49

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7262DF (or 0x7262DF) is known color: Medium Slate Blue. HEX triplet: 72, 62 and DF. RGB value is (114,98,223). Sum of RGB (Red+Green+Blue) = 114+98+223=435 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.21% from 435); Green value is 98 (38.67% from 255 or 22.53% from 435); Blue value is 223 (87.5% from 255 or 51.26% from 435); Max value from RGB is 223 - color contains mainly: blue. Hex color #7262DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7262DF is #8D9D20. Grayscale: #747474. Windows color (decimal): -9280801 or 14639730. OLE color: 14639730.

HSL color Cylindrical-coordinate representation of color #7262DF: hue angle of 247.68º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7262DF is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 114 98 223 -
CMYK 0.49 0.56 0 0.13
HSL 247.68º 0.66% 0.63% -
HSV(B) 247.68º 0.56% 0.87% -
XYZ 24.63 17.64 71.92 -
YUV 117.03 187.8 125.84 -
System Red Green Blue C M Y K H S L
Decimal 114 98 223 0.49 0.56 0 0.13 247.68 0.66 0.63
Hex 72 62 DF 31 38 0 D F8 42 3F
Octal 162 142 337 61 70 0 15 370 102 77
Binary 1110010 1100010 11011111 110001 111000 0 1101 11111000 1000010 111111

Color Harmonies of #7262DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7262DF

Black with #7262DF

Text Example


Text Example

White with #7262DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7262DF; }

 p { color: rgb(114,98,223); }

 H1.HeaderClassName
 {
   color: #7262DF;
 }
 .AnyTagClassName
 {
   color: #7262DF;
 }
</style>

background-color css

<style>
 a { background-color: #7262DF; }

 a { background-color: rgb(114,98,223); }

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

border-color css

<style>
 span { border-color: #7262DF; }

 span { border-color: rgb(114,98,223); }

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