Html Css Color HEX #777BF9 Light Slate Blue

📋 copy color: '#777BF9'

red 119 ◦ green 123 ◦ blue 249

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

Shades of Light Slate Blue #777BF9

Tints of Light Slate Blue #777BF9

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.05%

 BLUE value IS 249 (97.66% from 255) = 50.71%

R = 24.24%
G = 25.05%
B = 50.71%

CMYK

 C value IS 0.52

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#777BF9 (or 0x777BF9) is known color: Light Slate Blue. HEX triplet: 77, 7B and F9. RGB value is (119,123,249). Sum of RGB (Red+Green+Blue) = 119+123+249=491 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.24% from 491); Green value is 123 (48.44% from 255 or 25.05% from 491); Blue value is 249 (97.66% from 255 or 50.71% from 491); Max value from RGB is 249 - color contains mainly: blue. Hex color #777BF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #777BF9 is #888406. Grayscale: #878787. Windows color (decimal): -8946695 or 16350071. OLE color: 16350071.

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

Color convert

RGB 119 123 249 -
CMYK 0.52 0.51 0 0.02
HSL 238.15º 0.92% 0.72% -
HSV(B) 238.15º 0.52% 0.98% -
XYZ 31.79 24.93 92.76 -
YUV 136.17 191.67 115.75 -
System Red Green Blue C M Y K H S L
Decimal 119 123 249 0.52 0.51 0 0.02 238.15 0.92 0.72
Hex 77 7B F9 34 33 0 2 EE 5C 48
Octal 167 173 371 64 63 0 2 356 134 110
Binary 1110111 1111011 11111001 110100 110011 0 10 11101110 1011100 1001000

Color Harmonies of #777BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777BF9

Black with #777BF9

Text Example


Text Example

White with #777BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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