Html Css Color HEX #7777FC Light Slate Blue

📋 copy color: '#7777FC'

red 119 ◦ green 119 ◦ blue 252

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

Shades of Light Slate Blue #7777FC

Tints of Light Slate Blue #7777FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.43%

R = 24.29%
G = 24.29%
B = 51.43%

CMYK

 C value IS 0.53

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7777FC (or 0x7777FC) is known color: Light Slate Blue. HEX triplet: 77, 77 and FC. RGB value is (119,119,252). Sum of RGB (Red+Green+Blue) = 119+119+252=490 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.29% from 490); Green value is 119 (46.88% from 255 or 24.29% from 490); Blue value is 252 (98.83% from 255 or 51.43% from 490); Max value from RGB is 252 - color contains mainly: blue. Hex color #7777FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7777FC is #888803. Grayscale: #858585. Windows color (decimal): -8947716 or 16545655. OLE color: 16545655.

HSL color Cylindrical-coordinate representation of color #7777FC: hue angle of 240º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7777FC is Cyan = 0.53, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 119 119 252 -
CMYK 0.53 0.53 0 0.01
HSL 240º 0.96% 0.73% -
HSV(B) 240º 0.53% 0.99% -
XYZ 31.78 24.14 95.08 -
YUV 134.16 194.5 117.19 -
System Red Green Blue C M Y K H S L
Decimal 119 119 252 0.53 0.53 0 0.01 240 0.96 0.73
Hex 77 77 FC 35 35 0 1 F0 60 49
Octal 167 167 374 65 65 0 1 360 140 111
Binary 1110111 1110111 11111100 110101 110101 0 1 11110000 1100000 1001001

Color Harmonies of #7777FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7777FC

Black with #7777FC

Text Example


Text Example

White with #7777FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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