Html Css Color HEX #777CFD Light Slate Blue

📋 copy color: '#777CFD'

red 119 ◦ green 124 ◦ blue 253

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

Shades of Light Slate Blue #777CFD

Tints of Light Slate Blue #777CFD

RGB

 RED value IS 119 (46.88% from 255) = 23.99%

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

 BLUE value IS 253 (99.22% from 255) = 51.01%

R = 23.99%
G = 25%
B = 51.01%

CMYK

 C value IS 0.53

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#777CFD (or 0x777CFD) is known color: Light Slate Blue. HEX triplet: 77, 7C and FD. RGB value is (119,124,253). Sum of RGB (Red+Green+Blue) = 119+124+253=496 (65% of max value = 765). Red value is 119 (46.88% from 255 or 23.99% from 496); Green value is 124 (48.83% from 255 or 25% from 496); Blue value is 253 (99.22% from 255 or 51.01% from 496); Max value from RGB is 253 - color contains mainly: blue. Hex color #777CFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #777CFD is #888302. Grayscale: #888888. Windows color (decimal): -8946435 or 16612471. OLE color: 16612471.

HSL color Cylindrical-coordinate representation of color #777CFD: hue angle of 237.76º degrees, saturation: 0.97, 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 #777CFD is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 119 124 253 -
CMYK 0.53 0.51 0 0.01
HSL 237.76º 0.97% 0.73% -
HSV(B) 237.76º 0.53% 0.99% -
XYZ 32.55 25.43 96.12 -
YUV 137.21 193.34 115.01 -
System Red Green Blue C M Y K H S L
Decimal 119 124 253 0.53 0.51 0 0.01 237.76 0.97 0.73
Hex 77 7C FD 35 33 0 1 EE 61 49
Octal 167 174 375 65 63 0 1 356 141 111
Binary 1110111 1111100 11111101 110101 110011 0 1 11101110 1100001 1001001

Color Harmonies of #777CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777CFD

Black with #777CFD

Text Example


Text Example

White with #777CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777CFD; }

 p { color: rgb(119,124,253); }

 H1.HeaderClassName
 {
   color: #777CFD;
 }
 .AnyTagClassName
 {
   color: #777CFD;
 }
</style>

background-color css

<style>
 a { background-color: #777CFD; }

 a { background-color: rgb(119,124,253); }

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

border-color css

<style>
 span { border-color: #777CFD; }

 span { border-color: rgb(119,124,253); }

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