Html Css Color HEX #7B77EB Medium Slate Blue

📋 copy color: '#7B77EB'

red 123 ◦ green 119 ◦ blue 235

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

Shades of Medium Slate Blue #7B77EB

Tints of Medium Slate Blue #7B77EB

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.95%

 BLUE value IS 235 (92.19% from 255) = 49.27%

R = 25.79%
G = 24.95%
B = 49.27%

CMYK

 C value IS 0.48

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7B77EB (or 0x7B77EB) is known color: Medium Slate Blue. HEX triplet: 7B, 77 and EB. RGB value is (123,119,235). Sum of RGB (Red+Green+Blue) = 123+119+235=477 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.79% from 477); Green value is 119 (46.88% from 255 or 24.95% from 477); Blue value is 235 (92.19% from 255 or 49.27% from 477); Max value from RGB is 235 - color contains mainly: blue. Hex color #7B77EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B77EB is #848814. Grayscale: #848484. Windows color (decimal): -8685589 or 15431547. OLE color: 15431547.

HSL color Cylindrical-coordinate representation of color #7B77EB: hue angle of 242.07º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7B77EB is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 123 119 235 -
CMYK 0.48 0.49 0 0.08
HSL 242.07º 0.74% 0.69% -
HSV(B) 242.07º 0.49% 0.92% -
XYZ 29.76 23.4 81.55 -
YUV 133.42 185.33 120.57 -
System Red Green Blue C M Y K H S L
Decimal 123 119 235 0.48 0.49 0 0.08 242.07 0.74 0.69
Hex 7B 77 EB 30 31 0 8 F2 4A 45
Octal 173 167 353 60 61 0 10 362 112 105
Binary 1111011 1110111 11101011 110000 110001 0 1000 11110010 1001010 1000101

Color Harmonies of #7B77EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B77EB

Black with #7B77EB

Text Example


Text Example

White with #7B77EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B77EB; }

 p { color: rgb(123,119,235); }

 H1.HeaderClassName
 {
   color: #7B77EB;
 }
 .AnyTagClassName
 {
   color: #7B77EB;
 }
</style>

background-color css

<style>
 a { background-color: #7B77EB; }

 a { background-color: rgb(123,119,235); }

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

border-color css

<style>
 span { border-color: #7B77EB; }

 span { border-color: rgb(123,119,235); }

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