Html Css Color HEX #767CE5 Medium Slate Blue

📋 copy color: '#767CE5'

red 118 ◦ green 124 ◦ blue 229

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

Shades of Medium Slate Blue #767CE5

Tints of Medium Slate Blue #767CE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 48.62%

R = 25.05%
G = 26.33%
B = 48.62%

CMYK

 C value IS 0.48

 M value IS 0.46

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#767CE5 (or 0x767CE5) is known color: Medium Slate Blue. HEX triplet: 76, 7C and E5. RGB value is (118,124,229). Sum of RGB (Red+Green+Blue) = 118+124+229=471 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.05% from 471); Green value is 124 (48.83% from 255 or 26.33% from 471); Blue value is 229 (89.84% from 255 or 48.62% from 471); Max value from RGB is 229 - color contains mainly: blue. Hex color #767CE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767CE5 is #89831A. Grayscale: #858585. Windows color (decimal): -9011995 or 15039606. OLE color: 15039606.

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

Color convert

RGB 118 124 229 -
CMYK 0.48 0.46 0 0.10
HSL 236.76º 0.68% 0.68% -
HSV(B) 236.76º 0.48% 0.9% -
XYZ 28.82 23.92 77.23 -
YUV 134.18 181.51 116.46 -
System Red Green Blue C M Y K H S L
Decimal 118 124 229 0.48 0.46 0 0.10 236.76 0.68 0.68
Hex 76 7C E5 30 2E 0 A ED 44 44
Octal 166 174 345 60 56 0 12 355 104 104
Binary 1110110 1111100 11100101 110000 101110 0 1010 11101101 1000100 1000100

Color Harmonies of #767CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767CE5

Black with #767CE5

Text Example


Text Example

White with #767CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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