Html Css Color HEX #787CFA Light Slate Blue

📋 copy color: '#787CFA'

red 120 ◦ green 124 ◦ blue 250

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

Shades of Light Slate Blue #787CFA

Tints of Light Slate Blue #787CFA

RGB

 RED value IS 120 (47.27% from 255) = 24.29%

 GREEN value IS 124 (48.83% from 255) = 25.1%

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

R = 24.29%
G = 25.1%
B = 50.61%

CMYK

 C value IS 0.52

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#787CFA (or 0x787CFA) is known color: Light Slate Blue. HEX triplet: 78, 7C and FA. RGB value is (120,124,250). Sum of RGB (Red+Green+Blue) = 120+124+250=494 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.29% from 494); Green value is 124 (48.83% from 255 or 25.10% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #787CFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #787CFA is #878305. Grayscale: #888888. Windows color (decimal): -8880902 or 16415864. OLE color: 16415864.

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

Color convert

RGB 120 124 250 -
CMYK 0.52 0.50 0 0.02
HSL 238.15º 0.93% 0.73% -
HSV(B) 238.15º 0.52% 0.98% -
XYZ 32.21 25.31 93.63 -
YUV 137.17 191.67 115.75 -
System Red Green Blue C M Y K H S L
Decimal 120 124 250 0.52 0.50 0 0.02 238.15 0.93 0.73
Hex 78 7C FA 34 32 0 2 EE 5D 49
Octal 170 174 372 64 62 0 2 356 135 111
Binary 1111000 1111100 11111010 110100 110010 0 10 11101110 1011101 1001001

Color Harmonies of #787CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787CFA

Black with #787CFA

Text Example


Text Example

White with #787CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787CFA; }

 p { color: rgb(120,124,250); }

 H1.HeaderClassName
 {
   color: #787CFA;
 }
 .AnyTagClassName
 {
   color: #787CFA;
 }
</style>

background-color css

<style>
 a { background-color: #787CFA; }

 a { background-color: rgb(120,124,250); }

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

border-color css

<style>
 span { border-color: #787CFA; }

 span { border-color: rgb(120,124,250); }

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