Html Css Color HEX #7277DF Medium Slate Blue

📋 copy color: '#7277DF'

red 114 ◦ green 119 ◦ blue 223

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

Shades of Medium Slate Blue #7277DF

Tints of Medium Slate Blue #7277DF

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.1%

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

R = 25%
G = 26.1%
B = 48.9%

CMYK

 C value IS 0.49

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7277DF (or 0x7277DF) is known color: Medium Slate Blue. HEX triplet: 72, 77 and DF. RGB value is (114,119,223). Sum of RGB (Red+Green+Blue) = 114+119+223=456 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25% from 456); Green value is 119 (46.88% from 255 or 26.10% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #7277DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7277DF is #8D8820. Grayscale: #808080. Windows color (decimal): -9275425 or 14645106. OLE color: 14645106.

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

Color convert

RGB 114 119 223 -
CMYK 0.49 0.47 0 0.13
HSL 237.25º 0.63% 0.66% -
HSV(B) 237.25º 0.49% 0.87% -
XYZ 26.86 22.1 72.66 -
YUV 129.36 180.84 117.04 -
System Red Green Blue C M Y K H S L
Decimal 114 119 223 0.49 0.47 0 0.13 237.25 0.63 0.66
Hex 72 77 DF 31 2F 0 D ED 3F 42
Octal 162 167 337 61 57 0 15 355 77 102
Binary 1110010 1110111 11011111 110001 101111 0 1101 11101101 111111 1000010

Color Harmonies of #7277DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7277DF

Black with #7277DF

Text Example


Text Example

White with #7277DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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