Html Css Color HEX #777CF6 Light Slate Blue

📋 copy color: '#777CF6'

red 119 ◦ green 124 ◦ blue 246

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

Shades of Light Slate Blue #777CF6

Tints of Light Slate Blue #777CF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 50.31%

R = 24.34%
G = 25.36%
B = 50.31%

CMYK

 C value IS 0.52

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#777CF6 (or 0x777CF6) is known color: Light Slate Blue. HEX triplet: 77, 7C and F6. RGB value is (119,124,246). Sum of RGB (Red+Green+Blue) = 119+124+246=489 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.34% from 489); Green value is 124 (48.83% from 255 or 25.36% from 489); Blue value is 246 (96.48% from 255 or 50.31% from 489); Max value from RGB is 246 - color contains mainly: blue. Hex color #777CF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #777CF6 is #888309. Grayscale: #878787. Windows color (decimal): -8946442 or 16153719. OLE color: 16153719.

HSL color Cylindrical-coordinate representation of color #777CF6: hue angle of 237.64º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #777CF6 is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 119 124 246 -
CMYK 0.52 0.50 0 0.04
HSL 237.64º 0.88% 0.72% -
HSV(B) 237.64º 0.52% 0.96% -
XYZ 31.45 24.99 90.35 -
YUV 136.41 189.84 115.58 -
System Red Green Blue C M Y K H S L
Decimal 119 124 246 0.52 0.50 0 0.04 237.64 0.88 0.72
Hex 77 7C F6 34 32 0 4 EE 58 48
Octal 167 174 366 64 62 0 4 356 130 110
Binary 1110111 1111100 11110110 110100 110010 0 100 11101110 1011000 1001000

Color Harmonies of #777CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777CF6

Black with #777CF6

Text Example


Text Example

White with #777CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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