Html Css Color HEX #7269DF Medium Slate Blue

📋 copy color: '#7269DF'

red 114 ◦ green 105 ◦ blue 223

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

Shades of Medium Slate Blue #7269DF

Tints of Medium Slate Blue #7269DF

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.76%

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

R = 25.79%
G = 23.76%
B = 50.45%

CMYK

 C value IS 0.49

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7269DF (or 0x7269DF) is known color: Medium Slate Blue. HEX triplet: 72, 69 and DF. RGB value is (114,105,223). Sum of RGB (Red+Green+Blue) = 114+105+223=442 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.79% from 442); Green value is 105 (41.41% from 255 or 23.76% from 442); Blue value is 223 (87.5% from 255 or 50.45% from 442); Max value from RGB is 223 - color contains mainly: blue. Hex color #7269DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7269DF is #8D9620. Grayscale: #787878. Windows color (decimal): -9279009 or 14641522. OLE color: 14641522.

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

Color convert

RGB 114 105 223 -
CMYK 0.49 0.53 0 0.13
HSL 244.58º 0.65% 0.64% -
HSV(B) 244.58º 0.53% 0.87% -
XYZ 25.31 19.01 72.15 -
YUV 121.14 185.48 122.91 -
System Red Green Blue C M Y K H S L
Decimal 114 105 223 0.49 0.53 0 0.13 244.58 0.65 0.64
Hex 72 69 DF 31 35 0 D F5 41 40
Octal 162 151 337 61 65 0 15 365 101 100
Binary 1110010 1101001 11011111 110001 110101 0 1101 11110101 1000001 1000000

Color Harmonies of #7269DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7269DF

Black with #7269DF

Text Example


Text Example

White with #7269DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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