Html Css Color HEX #8488F8 Light Slate Blue

📋 copy color: '#8488F8'

red 132 ◦ green 136 ◦ blue 248

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

Shades of Light Slate Blue #8488F8

Tints of Light Slate Blue #8488F8

RGB

 RED value IS 132 (51.95% from 255) = 25.58%

 GREEN value IS 136 (53.52% from 255) = 26.36%

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

R = 25.58%
G = 26.36%
B = 48.06%

CMYK

 C value IS 0.47

 M value IS 0.45

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#8488F8 (or 0x8488F8) is known color: Light Slate Blue. HEX triplet: 84, 88 and F8. RGB value is (132,136,248). Sum of RGB (Red+Green+Blue) = 132+136+248=516 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.58% from 516); Green value is 136 (53.52% from 255 or 26.36% from 516); Blue value is 248 (97.27% from 255 or 48.06% from 516); Max value from RGB is 248 - color contains mainly: blue. Hex color #8488F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8488F8 is #7B7707. Grayscale: #939393. Windows color (decimal): -8091400 or 16287876. OLE color: 16287876.

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

Color convert

RGB 132 136 248 -
CMYK 0.47 0.45 0 0.03
HSL 237.93º 0.89% 0.75% -
HSV(B) 237.93º 0.47% 0.97% -
XYZ 35.26 29.29 92.6 -
YUV 147.57 184.67 116.89 -
System Red Green Blue C M Y K H S L
Decimal 132 136 248 0.47 0.45 0 0.03 237.93 0.89 0.75
Hex 84 88 F8 2F 2D 0 3 EE 59 4B
Octal 204 210 370 57 55 0 3 356 131 113
Binary 10000100 10001000 11111000 101111 101101 0 11 11101110 1011001 1001011

Color Harmonies of #8488F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8488F8

Black with #8488F8

Text Example


Text Example

White with #8488F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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