Html Css Color HEX #767BE5 Medium Slate Blue

📋 copy color: '#767BE5'

red 118 ◦ green 123 ◦ blue 229

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

Shades of Medium Slate Blue #767BE5

Tints of Medium Slate Blue #767BE5

RGB

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

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

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

R = 25.11%
G = 26.17%
B = 48.72%

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

#767BE5 (or 0x767BE5) is known color: Medium Slate Blue. HEX triplet: 76, 7B and E5. RGB value is (118,123,229). Sum of RGB (Red+Green+Blue) = 118+123+229=470 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.11% from 470); Green value is 123 (48.44% from 255 or 26.17% from 470); Blue value is 229 (89.84% from 255 or 48.72% from 470); Max value from RGB is 229 - color contains mainly: blue. Hex color #767BE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767BE5 is #89841A. Grayscale: #858585. Windows color (decimal): -9012251 or 15039350. OLE color: 15039350.

HSL color Cylindrical-coordinate representation of color #767BE5: hue angle of 237.3º 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 #767BE5 is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 118 123 229 -
CMYK 0.48 0.46 0 0.10
HSL 237.3º 0.68% 0.68% -
HSV(B) 237.3º 0.48% 0.9% -
XYZ 28.7 23.67 77.19 -
YUV 133.59 181.84 116.88 -
System Red Green Blue C M Y K H S L
Decimal 118 123 229 0.48 0.46 0 0.10 237.3 0.68 0.68
Hex 76 7B E5 30 2E 0 A ED 44 44
Octal 166 173 345 60 56 0 12 355 104 104
Binary 1110110 1111011 11100101 110000 101110 0 1010 11101101 1000100 1000100

Color Harmonies of #767BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767BE5

Black with #767BE5

Text Example


Text Example

White with #767BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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