Html Css Color HEX #777AF6 Light Slate Blue

📋 copy color: '#777AF6'

red 119 ◦ green 122 ◦ blue 246

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

Shades of Light Slate Blue #777AF6

Tints of Light Slate Blue #777AF6

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.05%

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

R = 24.44%
G = 25.05%
B = 50.51%

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

#777AF6 (or 0x777AF6) is known color: Light Slate Blue. HEX triplet: 77, 7A and F6. RGB value is (119,122,246). Sum of RGB (Red+Green+Blue) = 119+122+246=487 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.44% from 487); Green value is 122 (48.05% from 255 or 25.05% from 487); Blue value is 246 (96.48% from 255 or 50.51% from 487); Max value from RGB is 246 - color contains mainly: blue. Hex color #777AF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #777AF6 is #888509. Grayscale: #868686. Windows color (decimal): -8946954 or 16153207. OLE color: 16153207.

HSL color Cylindrical-coordinate representation of color #777AF6: hue angle of 238.58º 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 #777AF6 is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 119 122 246 -
CMYK 0.52 0.50 0 0.04
HSL 238.58º 0.88% 0.72% -
HSV(B) 238.58º 0.52% 0.96% -
XYZ 31.2 24.49 90.27 -
YUV 135.24 190.51 116.42 -
System Red Green Blue C M Y K H S L
Decimal 119 122 246 0.52 0.50 0 0.04 238.58 0.88 0.72
Hex 77 7A F6 34 32 0 4 EF 58 48
Octal 167 172 366 64 62 0 4 357 130 110
Binary 1110111 1111010 11110110 110100 110010 0 100 11101111 1011000 1001000

Color Harmonies of #777AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777AF6

Black with #777AF6

Text Example


Text Example

White with #777AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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