Html Css Color HEX #988FFC Light Slate Blue

📋 copy color: '#988FFC'

red 152 ◦ green 143 ◦ blue 252

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

Shades of Light Slate Blue #988FFC

Tints of Light Slate Blue #988FFC

RGB

 RED value IS 152 (59.77% from 255) = 27.79%

 GREEN value IS 143 (56.25% from 255) = 26.14%

 BLUE value IS 252 (98.83% from 255) = 46.07%

R = 27.79%
G = 26.14%
B = 46.07%

CMYK

 C value IS 0.40

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#988FFC (or 0x988FFC) is known color: Light Slate Blue. HEX triplet: 98, 8F and FC. RGB value is (152,143,252). Sum of RGB (Red+Green+Blue) = 152+143+252=547 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.79% from 547); Green value is 143 (56.25% from 255 or 26.14% from 547); Blue value is 252 (98.83% from 255 or 46.07% from 547); Max value from RGB is 252 - color contains mainly: blue. Hex color #988FFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #988FFC is #677003. Grayscale: #9D9D9D. Windows color (decimal): -6778884 or 16551832. OLE color: 16551832.

HSL color Cylindrical-coordinate representation of color #988FFC: hue angle of 244.95º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #988FFC is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 152 143 252 -
CMYK 0.40 0.43 0 0.01
HSL 244.95º 0.95% 0.77% -
HSV(B) 244.95º 0.43% 0.99% -
XYZ 40.34 33.35 96.41 -
YUV 158.12 180.98 123.64 -
System Red Green Blue C M Y K H S L
Decimal 152 143 252 0.40 0.43 0 0.01 244.95 0.95 0.77
Hex 98 8F FC 28 2B 0 1 F5 5F 4D
Octal 230 217 374 50 53 0 1 365 137 115
Binary 10011000 10001111 11111100 101000 101011 0 1 11110101 1011111 1001101

Color Harmonies of #988FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988FFC

Black with #988FFC

Text Example


Text Example

White with #988FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988FFC; }

 p { color: rgb(152,143,252); }

 H1.HeaderClassName
 {
   color: #988FFC;
 }
 .AnyTagClassName
 {
   color: #988FFC;
 }
</style>

background-color css

<style>
 a { background-color: #988FFC; }

 a { background-color: rgb(152,143,252); }

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

border-color css

<style>
 span { border-color: #988FFC; }

 span { border-color: rgb(152,143,252); }

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