Html Css Color HEX #7784F5 Light Slate Blue

📋 copy color: '#7784F5'

red 119 ◦ green 132 ◦ blue 245

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

Shades of Light Slate Blue #7784F5

Tints of Light Slate Blue #7784F5

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.61%

 BLUE value IS 245 (96.09% from 255) = 49.4%

R = 23.99%
G = 26.61%
B = 49.4%

CMYK

 C value IS 0.51

 M value IS 0.46

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7784F5 (or 0x7784F5) is known color: Light Slate Blue. HEX triplet: 77, 84 and F5. RGB value is (119,132,245). Sum of RGB (Red+Green+Blue) = 119+132+245=496 (65% of max value = 765). Red value is 119 (46.88% from 255 or 23.99% from 496); Green value is 132 (51.95% from 255 or 26.61% from 496); Blue value is 245 (96.09% from 255 or 49.40% from 496); Max value from RGB is 245 - color contains mainly: blue. Hex color #7784F5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7784F5 is #887B0A. Grayscale: #8C8C8C. Windows color (decimal): -8944395 or 16090231. OLE color: 16090231.

HSL color Cylindrical-coordinate representation of color #7784F5: hue angle of 233.81º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7784F5 is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 119 132 245 -
CMYK 0.51 0.46 0 0.04
HSL 233.81º 0.86% 0.71% -
HSV(B) 233.81º 0.51% 0.96% -
XYZ 32.34 27.02 89.9 -
YUV 141 186.69 112.31 -
System Red Green Blue C M Y K H S L
Decimal 119 132 245 0.51 0.46 0 0.04 233.81 0.86 0.71
Hex 77 84 F5 33 2E 0 4 EA 56 47
Octal 167 204 365 63 56 0 4 352 126 107
Binary 1110111 10000100 11110101 110011 101110 0 100 11101010 1010110 1000111

Color Harmonies of #7784F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7784F5

Black with #7784F5

Text Example


Text Example

White with #7784F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7784F5; }

 p { color: rgb(119,132,245); }

 H1.HeaderClassName
 {
   color: #7784F5;
 }
 .AnyTagClassName
 {
   color: #7784F5;
 }
</style>

background-color css

<style>
 a { background-color: #7784F5; }

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

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

border-color css

<style>
 span { border-color: #7784F5; }

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

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