Html Css Color HEX #767BEC Medium Slate Blue

📋 copy color: '#767BEC'

red 118 ◦ green 123 ◦ blue 236

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

Shades of Medium Slate Blue #767BEC

Tints of Medium Slate Blue #767BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.48%

R = 24.74%
G = 25.79%
B = 49.48%

CMYK

 C value IS 0.5

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#767BEC (or 0x767BEC) is known color: Medium Slate Blue. HEX triplet: 76, 7B and EC. RGB value is (118,123,236). Sum of RGB (Red+Green+Blue) = 118+123+236=477 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.74% from 477); Green value is 123 (48.44% from 255 or 25.79% from 477); Blue value is 236 (92.58% from 255 or 49.48% from 477); Max value from RGB is 236 - color contains mainly: blue. Hex color #767BEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #767BEC is #898413. Grayscale: #858585. Windows color (decimal): -9012244 or 15498102. OLE color: 15498102.

HSL color Cylindrical-coordinate representation of color #767BEC: hue angle of 237.46º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #767BEC is Cyan = 0.5, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 118 123 236 -
CMYK 0.5 0.48 0 0.07
HSL 237.46º 0.76% 0.69% -
HSV(B) 237.46º 0.5% 0.93% -
XYZ 29.69 24.07 82.44 -
YUV 134.39 185.34 116.31 -
System Red Green Blue C M Y K H S L
Decimal 118 123 236 0.5 0.48 0 0.07 237.46 0.76 0.69
Hex 76 7B EC 32 30 0 7 ED 4C 45
Octal 166 173 354 62 60 0 7 355 114 105
Binary 1110110 1111011 11101100 110010 110000 0 111 11101101 1001100 1000101

Color Harmonies of #767BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767BEC

Black with #767BEC

Text Example


Text Example

White with #767BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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