Html Css Color HEX #7773FC Light Slate Blue

📋 copy color: '#7773FC'

red 119 ◦ green 115 ◦ blue 252

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

Shades of Light Slate Blue #7773FC

Tints of Light Slate Blue #7773FC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.66%

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

R = 24.49%
G = 23.66%
B = 51.85%

CMYK

 C value IS 0.53

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7773FC (or 0x7773FC) is known color: Light Slate Blue. HEX triplet: 77, 73 and FC. RGB value is (119,115,252). Sum of RGB (Red+Green+Blue) = 119+115+252=486 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.49% from 486); Green value is 115 (45.31% from 255 or 23.66% from 486); Blue value is 252 (98.83% from 255 or 51.85% from 486); Max value from RGB is 252 - color contains mainly: blue. Hex color #7773FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7773FC is #888C03. Grayscale: #838383. Windows color (decimal): -8948740 or 16544631. OLE color: 16544631.

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

Color convert

RGB 119 115 252 -
CMYK 0.53 0.54 0 0.01
HSL 241.75º 0.96% 0.72% -
HSV(B) 241.75º 0.54% 0.99% -
XYZ 31.31 23.21 94.93 -
YUV 131.81 195.83 118.86 -
System Red Green Blue C M Y K H S L
Decimal 119 115 252 0.53 0.54 0 0.01 241.75 0.96 0.72
Hex 77 73 FC 35 36 0 1 F2 60 48
Octal 167 163 374 65 66 0 1 362 140 110
Binary 1110111 1110011 11111100 110101 110110 0 1 11110010 1100000 1001000

Color Harmonies of #7773FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7773FC

Black with #7773FC

Text Example


Text Example

White with #7773FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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