Html Css Color HEX #7777F9 Light Slate Blue

📋 copy color: '#7777F9'

red 119 ◦ green 119 ◦ blue 249

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

Shades of Light Slate Blue #7777F9

Tints of Light Slate Blue #7777F9

RGB

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

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

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

R = 24.44%
G = 24.44%
B = 51.13%

CMYK

 C value IS 0.52

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7777F9 (or 0x7777F9) is known color: Light Slate Blue. HEX triplet: 77, 77 and F9. RGB value is (119,119,249). Sum of RGB (Red+Green+Blue) = 119+119+249=487 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.44% from 487); Green value is 119 (46.88% from 255 or 24.44% from 487); Blue value is 249 (97.66% from 255 or 51.13% from 487); Max value from RGB is 249 - color contains mainly: blue. Hex color #7777F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7777F9 is #888806. Grayscale: #858585. Windows color (decimal): -8947719 or 16349047. OLE color: 16349047.

HSL color Cylindrical-coordinate representation of color #7777F9: hue angle of 240º 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 #7777F9 is Cyan = 0.52, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 119 119 249 -
CMYK 0.52 0.52 0 0.02
HSL 240º 0.92% 0.72% -
HSV(B) 240º 0.52% 0.98% -
XYZ 31.3 23.96 92.6 -
YUV 133.82 193 117.43 -
System Red Green Blue C M Y K H S L
Decimal 119 119 249 0.52 0.52 0 0.02 240 0.92 0.72
Hex 77 77 F9 34 34 0 2 F0 5C 48
Octal 167 167 371 64 64 0 2 360 134 110
Binary 1110111 1110111 11111001 110100 110100 0 10 11110000 1011100 1001000

Color Harmonies of #7777F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7777F9

Black with #7777F9

Text Example


Text Example

White with #7777F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7777F9; }

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

 H1.HeaderClassName
 {
   color: #7777F9;
 }
 .AnyTagClassName
 {
   color: #7777F9;
 }
</style>

background-color css

<style>
 a { background-color: #7777F9; }

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

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

border-color css

<style>
 span { border-color: #7777F9; }

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

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