Html Css Color HEX #7884F8 Light Slate Blue

📋 copy color: '#7884F8'

red 120 ◦ green 132 ◦ blue 248

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

Shades of Light Slate Blue #7884F8

Tints of Light Slate Blue #7884F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 49.6%

R = 24%
G = 26.4%
B = 49.6%

CMYK

 C value IS 0.52

 M value IS 0.47

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#7884F8 (or 0x7884F8) is known color: Light Slate Blue. HEX triplet: 78, 84 and F8. RGB value is (120,132,248). Sum of RGB (Red+Green+Blue) = 120+132+248=500 (66% of max value = 765). Red value is 120 (47.27% from 255 or 24% from 500); Green value is 132 (51.95% from 255 or 26.4% from 500); Blue value is 248 (97.27% from 255 or 49.6% from 500); Max value from RGB is 248 - color contains mainly: blue. Hex color #7884F8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7884F8 is #877B07. Grayscale: #8D8D8D. Windows color (decimal): -8878856 or 16286840. OLE color: 16286840.

HSL color Cylindrical-coordinate representation of color #7884F8: hue angle of 234.38º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7884F8 is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 120 132 248 -
CMYK 0.52 0.47 0 0.03
HSL 234.38º 0.9% 0.72% -
HSV(B) 234.38º 0.52% 0.97% -
XYZ 32.94 27.27 92.34 -
YUV 141.64 188.02 112.57 -
System Red Green Blue C M Y K H S L
Decimal 120 132 248 0.52 0.47 0 0.03 234.38 0.9 0.72
Hex 78 84 F8 34 2F 0 3 EA 5A 48
Octal 170 204 370 64 57 0 3 352 132 110
Binary 1111000 10000100 11111000 110100 101111 0 11 11101010 1011010 1001000

Color Harmonies of #7884F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7884F8

Black with #7884F8

Text Example


Text Example

White with #7884F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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