Html Css Color HEX #7779FE Light Slate Blue

📋 copy color: '#7779FE'

red 119 ◦ green 121 ◦ blue 254

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

Shades of Light Slate Blue #7779FE

Tints of Light Slate Blue #7779FE

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.49%

 BLUE value IS 254 (99.61% from 255) = 51.42%

R = 24.09%
G = 24.49%
B = 51.42%

CMYK

 C value IS 0.53

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7779FE (or 0x7779FE) is known color: Light Slate Blue. HEX triplet: 77, 79 and FE. RGB value is (119,121,254). Sum of RGB (Red+Green+Blue) = 119+121+254=494 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.09% from 494); Green value is 121 (47.66% from 255 or 24.49% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #7779FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7779FE is #888601. Grayscale: #878787. Windows color (decimal): -8947202 or 16677239. OLE color: 16677239.

HSL color Cylindrical-coordinate representation of color #7779FE: hue angle of 239.11º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7779FE is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 119 121 254 -
CMYK 0.53 0.52 0 0.00
HSL 239.11º 0.99% 0.73% -
HSV(B) 239.11º 0.53% 1% -
XYZ 32.33 24.75 96.84 -
YUV 135.56 194.84 116.19 -
System Red Green Blue C M Y K H S L
Decimal 119 121 254 0.53 0.52 0 0.00 239.11 0.99 0.73
Hex 77 79 FE 35 34 0 0 EF 63 49
Octal 167 171 376 65 64 0 0 357 143 111
Binary 1110111 1111001 11111110 110101 110100 0 0 11101111 1100011 1001001

Color Harmonies of #7779FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7779FE

Black with #7779FE

Text Example


Text Example

White with #7779FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7779FE; }

 p { color: rgb(119,121,254); }

 H1.HeaderClassName
 {
   color: #7779FE;
 }
 .AnyTagClassName
 {
   color: #7779FE;
 }
</style>

background-color css

<style>
 a { background-color: #7779FE; }

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

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

border-color css

<style>
 span { border-color: #7779FE; }

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

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