Html Css Color HEX #7F78DF Medium Slate Blue

📋 copy color: '#7F78DF'

red 127 ◦ green 120 ◦ blue 223

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

Shades of Medium Slate Blue #7F78DF

Tints of Medium Slate Blue #7F78DF

RGB

 RED value IS 127 (50% from 255) = 27.02%

 GREEN value IS 120 (47.27% from 255) = 25.53%

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

R = 27.02%
G = 25.53%
B = 47.45%

CMYK

 C value IS 0.43

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7F78DF (or 0x7F78DF) is known color: Medium Slate Blue. HEX triplet: 7F, 78 and DF. RGB value is (127,120,223). Sum of RGB (Red+Green+Blue) = 127+120+223=470 (62% of max value = 765). Red value is 127 (50% from 255 or 27.02% from 470); Green value is 120 (47.27% from 255 or 25.53% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: blue. Hex color #7F78DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F78DF is #808720. Grayscale: #858585. Windows color (decimal): -8423201 or 14645375. OLE color: 14645375.

HSL color Cylindrical-coordinate representation of color #7F78DF: hue angle of 244.08º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7F78DF is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 127 120 223 -
CMYK 0.43 0.46 0 0.13
HSL 244.08º 0.62% 0.67% -
HSV(B) 244.08º 0.46% 0.87% -
XYZ 28.79 23.27 72.79 -
YUV 133.84 178.32 123.12 -
System Red Green Blue C M Y K H S L
Decimal 127 120 223 0.43 0.46 0 0.13 244.08 0.62 0.67
Hex 7F 78 DF 2B 2E 0 D F4 3E 43
Octal 177 170 337 53 56 0 15 364 76 103
Binary 1111111 1111000 11011111 101011 101110 0 1101 11110100 111110 1000011

Color Harmonies of #7F78DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F78DF

Black with #7F78DF

Text Example


Text Example

White with #7F78DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F78DF; }

 p { color: rgb(127,120,223); }

 H1.HeaderClassName
 {
   color: #7F78DF;
 }
 .AnyTagClassName
 {
   color: #7F78DF;
 }
</style>

background-color css

<style>
 a { background-color: #7F78DF; }

 a { background-color: rgb(127,120,223); }

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

border-color css

<style>
 span { border-color: #7F78DF; }

 span { border-color: rgb(127,120,223); }

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