Html Css Color HEX #767CE6 Medium Slate Blue

📋 copy color: '#767CE6'

red 118 ◦ green 124 ◦ blue 230

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

Shades of Medium Slate Blue #767CE6

Tints of Medium Slate Blue #767CE6

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.27%

 BLUE value IS 230 (90.23% from 255) = 48.73%

R = 25%
G = 26.27%
B = 48.73%

CMYK

 C value IS 0.49

 M value IS 0.46

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#767CE6 (or 0x767CE6) is known color: Medium Slate Blue. HEX triplet: 76, 7C and E6. RGB value is (118,124,230). Sum of RGB (Red+Green+Blue) = 118+124+230=472 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25% from 472); Green value is 124 (48.83% from 255 or 26.27% from 472); Blue value is 230 (90.23% from 255 or 48.73% from 472); Max value from RGB is 230 - color contains mainly: blue. Hex color #767CE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #767CE6 is #898319. Grayscale: #858585. Windows color (decimal): -9011994 or 15105142. OLE color: 15105142.

HSL color Cylindrical-coordinate representation of color #767CE6: hue angle of 236.79º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #767CE6 is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 118 124 230 -
CMYK 0.49 0.46 0 0.10
HSL 236.79º 0.69% 0.68% -
HSV(B) 236.79º 0.49% 0.9% -
XYZ 28.96 23.98 77.97 -
YUV 134.29 182.01 116.38 -
System Red Green Blue C M Y K H S L
Decimal 118 124 230 0.49 0.46 0 0.10 236.79 0.69 0.68
Hex 76 7C E6 31 2E 0 A ED 45 44
Octal 166 174 346 61 56 0 12 355 105 104
Binary 1110110 1111100 11100110 110001 101110 0 1010 11101101 1000101 1000100

Color Harmonies of #767CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767CE6

Black with #767CE6

Text Example


Text Example

White with #767CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,124,230); }

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

background-color css

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

 a { background-color: rgb(118,124,230); }

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

border-color css

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

 span { border-color: rgb(118,124,230); }

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