Html Css Color HEX #767BDF Medium Slate Blue

📋 copy color: '#767BDF'

red 118 ◦ green 123 ◦ blue 223

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

Shades of Medium Slate Blue #767BDF

Tints of Medium Slate Blue #767BDF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.51%

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

R = 25.43%
G = 26.51%
B = 48.06%

CMYK

 C value IS 0.47

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#767BDF (or 0x767BDF) is known color: Medium Slate Blue. HEX triplet: 76, 7B and DF. RGB value is (118,123,223). Sum of RGB (Red+Green+Blue) = 118+123+223=464 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.43% from 464); Green value is 123 (48.44% from 255 or 26.51% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #767BDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767BDF is #898420. Grayscale: #848484. Windows color (decimal): -9012257 or 14646134. OLE color: 14646134.

HSL color Cylindrical-coordinate representation of color #767BDF: hue angle of 237.14º 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 #767BDF is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 123 223 -
CMYK 0.47 0.45 0 0.13
HSL 237.14º 0.62% 0.67% -
HSV(B) 237.14º 0.47% 0.87% -
XYZ 27.87 23.35 72.85 -
YUV 132.91 178.84 117.37 -
System Red Green Blue C M Y K H S L
Decimal 118 123 223 0.47 0.45 0 0.13 237.14 0.62 0.67
Hex 76 7B DF 2F 2D 0 D ED 3E 43
Octal 166 173 337 57 55 0 15 355 76 103
Binary 1110110 1111011 11011111 101111 101101 0 1101 11101101 111110 1000011

Color Harmonies of #767BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767BDF

Black with #767BDF

Text Example


Text Example

White with #767BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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