Html Css Color HEX #7262DE Medium Slate Blue

📋 copy color: '#7262DE'

red 114 ◦ green 98 ◦ blue 222

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

Shades of Medium Slate Blue #7262DE

Tints of Medium Slate Blue #7262DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.15%

R = 26.27%
G = 22.58%
B = 51.15%

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

#7262DE (or 0x7262DE) is known color: Medium Slate Blue. HEX triplet: 72, 62 and DE. RGB value is (114,98,222). Sum of RGB (Red+Green+Blue) = 114+98+222=434 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.27% from 434); Green value is 98 (38.67% from 255 or 22.58% from 434); Blue value is 222 (87.11% from 255 or 51.15% from 434); Max value from RGB is 222 - color contains mainly: blue. Hex color #7262DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7262DE is #8D9D21. Grayscale: #747474. Windows color (decimal): -9280802 or 14574194. OLE color: 14574194.

HSL color Cylindrical-coordinate representation of color #7262DE: hue angle of 247.74º degrees, saturation: 0.65, 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 #7262DE is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 114 98 222 -
CMYK 0.49 0.56 0 0.13
HSL 247.74º 0.65% 0.63% -
HSV(B) 247.74º 0.56% 0.87% -
XYZ 24.49 17.59 71.21 -
YUV 116.92 187.3 125.92 -
System Red Green Blue C M Y K H S L
Decimal 114 98 222 0.49 0.56 0 0.13 247.74 0.65 0.63
Hex 72 62 DE 31 38 0 D F8 41 3F
Octal 162 142 336 61 70 0 15 370 101 77
Binary 1110010 1100010 11011110 110001 111000 0 1101 11111000 1000001 111111

Color Harmonies of #7262DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7262DE

Black with #7262DE

Text Example


Text Example

White with #7262DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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