Html Css Color HEX #767DDF Medium Slate Blue

📋 copy color: '#767DDF'

red 118 ◦ green 125 ◦ blue 223

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

Shades of Medium Slate Blue #767DDF

Tints of Medium Slate Blue #767DDF

RGB

 RED value IS 118 (46.48% from 255) = 25.32%

 GREEN value IS 125 (49.22% from 255) = 26.82%

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

R = 25.32%
G = 26.82%
B = 47.85%

CMYK

 C value IS 0.47

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#767DDF (or 0x767DDF) is known color: Medium Slate Blue. HEX triplet: 76, 7D and DF. RGB value is (118,125,223). Sum of RGB (Red+Green+Blue) = 118+125+223=466 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.32% from 466); Green value is 125 (49.22% from 255 or 26.82% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #767DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767DDF is #898220. Grayscale: #858585. Windows color (decimal): -9011745 or 14646646. OLE color: 14646646.

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

Color convert

RGB 118 125 223 -
CMYK 0.47 0.44 0 0.13
HSL 236º 0.62% 0.67% -
HSV(B) 236º 0.47% 0.87% -
XYZ 28.12 23.85 72.93 -
YUV 134.08 178.18 116.53 -
System Red Green Blue C M Y K H S L
Decimal 118 125 223 0.47 0.44 0 0.13 236 0.62 0.67
Hex 76 7D DF 2F 2C 0 D EC 3E 43
Octal 166 175 337 57 54 0 15 354 76 103
Binary 1110110 1111101 11011111 101111 101100 0 1101 11101100 111110 1000011

Color Harmonies of #767DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767DDF

Black with #767DDF

Text Example


Text Example

White with #767DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767DDF; }

 p { color: rgb(118,125,223); }

 H1.HeaderClassName
 {
   color: #767DDF;
 }
 .AnyTagClassName
 {
   color: #767DDF;
 }
</style>

background-color css

<style>
 a { background-color: #767DDF; }

 a { background-color: rgb(118,125,223); }

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

border-color css

<style>
 span { border-color: #767DDF; }

 span { border-color: rgb(118,125,223); }

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