Html Css Color HEX #7884FA Light Slate Blue

📋 copy color: '#7884FA'

red 120 ◦ green 132 ◦ blue 250

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

Shades of Light Slate Blue #7884FA

Tints of Light Slate Blue #7884FA

RGB

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

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

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

R = 23.9%
G = 26.29%
B = 49.8%

CMYK

 C value IS 0.52

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7884FA (or 0x7884FA) is known color: Light Slate Blue. HEX triplet: 78, 84 and FA. RGB value is (120,132,250). Sum of RGB (Red+Green+Blue) = 120+132+250=502 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.90% from 502); Green value is 132 (51.95% from 255 or 26.29% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #7884FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7884FA is #877B05. Grayscale: #8D8D8D. Windows color (decimal): -8878854 or 16417912. OLE color: 16417912.

HSL color Cylindrical-coordinate representation of color #7884FA: hue angle of 234.46º 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 #7884FA is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 120 132 250 -
CMYK 0.52 0.47 0 0.02
HSL 234.46º 0.93% 0.73% -
HSV(B) 234.46º 0.52% 0.98% -
XYZ 33.25 27.4 93.98 -
YUV 141.86 189.02 112.41 -
System Red Green Blue C M Y K H S L
Decimal 120 132 250 0.52 0.47 0 0.02 234.46 0.93 0.73
Hex 78 84 FA 34 2F 0 2 EA 5D 49
Octal 170 204 372 64 57 0 2 352 135 111
Binary 1111000 10000100 11111010 110100 101111 0 10 11101010 1011101 1001001

Color Harmonies of #7884FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7884FA

Black with #7884FA

Text Example


Text Example

White with #7884FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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