Html Css Color HEX #777AF7 Light Slate Blue

📋 copy color: '#777AF7'

red 119 ◦ green 122 ◦ blue 247

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

Shades of Light Slate Blue #777AF7

Tints of Light Slate Blue #777AF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 50.61%

R = 24.39%
G = 25%
B = 50.61%

CMYK

 C value IS 0.52

 M value IS 0.51

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#777AF7 (or 0x777AF7) is known color: Light Slate Blue. HEX triplet: 77, 7A and F7. RGB value is (119,122,247). Sum of RGB (Red+Green+Blue) = 119+122+247=488 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.39% from 488); Green value is 122 (48.05% from 255 or 25% from 488); Blue value is 247 (96.88% from 255 or 50.61% from 488); Max value from RGB is 247 - color contains mainly: blue. Hex color #777AF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #777AF7 is #888508. Grayscale: #868686. Windows color (decimal): -8946953 or 16218743. OLE color: 16218743.

HSL color Cylindrical-coordinate representation of color #777AF7: hue angle of 238.59º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #777AF7 is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 119 122 247 -
CMYK 0.52 0.51 0 0.03
HSL 238.59º 0.89% 0.72% -
HSV(B) 238.59º 0.52% 0.97% -
XYZ 31.36 24.56 91.08 -
YUV 135.35 191.01 116.34 -
System Red Green Blue C M Y K H S L
Decimal 119 122 247 0.52 0.51 0 0.03 238.59 0.89 0.72
Hex 77 7A F7 34 33 0 3 EF 59 48
Octal 167 172 367 64 63 0 3 357 131 110
Binary 1110111 1111010 11110111 110100 110011 0 11 11101111 1011001 1001000

Color Harmonies of #777AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777AF7

Black with #777AF7

Text Example


Text Example

White with #777AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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