Html Css Color HEX #7773FA Light Slate Blue

📋 copy color: '#7773FA'

red 119 ◦ green 115 ◦ blue 250

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

Shades of Light Slate Blue #7773FA

Tints of Light Slate Blue #7773FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.65%

R = 24.59%
G = 23.76%
B = 51.65%

CMYK

 C value IS 0.52

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7773FA (or 0x7773FA) is known color: Light Slate Blue. HEX triplet: 77, 73 and FA. RGB value is (119,115,250). Sum of RGB (Red+Green+Blue) = 119+115+250=484 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.59% from 484); Green value is 115 (45.31% from 255 or 23.76% from 484); Blue value is 250 (98.05% from 255 or 51.65% from 484); Max value from RGB is 250 - color contains mainly: blue. Hex color #7773FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7773FA is #888C05. Grayscale: #838383. Windows color (decimal): -8948742 or 16413559. OLE color: 16413559.

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

Color convert

RGB 119 115 250 -
CMYK 0.52 0.54 0 0.02
HSL 241.78º 0.93% 0.72% -
HSV(B) 241.78º 0.54% 0.98% -
XYZ 30.99 23.09 93.26 -
YUV 131.59 194.83 119.02 -
System Red Green Blue C M Y K H S L
Decimal 119 115 250 0.52 0.54 0 0.02 241.78 0.93 0.72
Hex 77 73 FA 34 36 0 2 F2 5D 48
Octal 167 163 372 64 66 0 2 362 135 110
Binary 1110111 1110011 11111010 110100 110110 0 10 11110010 1011101 1001000

Color Harmonies of #7773FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7773FA

Black with #7773FA

Text Example


Text Example

White with #7773FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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