Html Css Color HEX #7B77FC Light Slate Blue

📋 copy color: '#7B77FC'

red 123 ◦ green 119 ◦ blue 252

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

Shades of Light Slate Blue #7B77FC

Tints of Light Slate Blue #7B77FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.01%

R = 24.9%
G = 24.09%
B = 51.01%

CMYK

 C value IS 0.51

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7B77FC (or 0x7B77FC) is known color: Light Slate Blue. HEX triplet: 7B, 77 and FC. RGB value is (123,119,252). Sum of RGB (Red+Green+Blue) = 123+119+252=494 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.90% from 494); Green value is 119 (46.88% from 255 or 24.09% from 494); Blue value is 252 (98.83% from 255 or 51.01% from 494); Max value from RGB is 252 - color contains mainly: blue. Hex color #7B77FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B77FC is #848803. Grayscale: #868686. Windows color (decimal): -8685572 or 16545659. OLE color: 16545659.

HSL color Cylindrical-coordinate representation of color #7B77FC: hue angle of 241.8º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7B77FC is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 123 119 252 -
CMYK 0.51 0.53 0 0.01
HSL 241.8º 0.96% 0.73% -
HSV(B) 241.8º 0.53% 0.99% -
XYZ 32.34 24.43 95.11 -
YUV 135.36 193.83 119.19 -
System Red Green Blue C M Y K H S L
Decimal 123 119 252 0.51 0.53 0 0.01 241.8 0.96 0.73
Hex 7B 77 FC 33 35 0 1 F2 60 49
Octal 173 167 374 63 65 0 1 362 140 111
Binary 1111011 1110111 11111100 110011 110101 0 1 11110010 1100000 1001001

Color Harmonies of #7B77FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B77FC

Black with #7B77FC

Text Example


Text Example

White with #7B77FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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