Html Css Color HEX #9880FB Light Slate Blue

📋 copy color: '#9880FB'

red 152 ◦ green 128 ◦ blue 251

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

Shades of Light Slate Blue #9880FB

Tints of Light Slate Blue #9880FB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 24.11%

 BLUE value IS 251 (98.44% from 255) = 47.27%

R = 28.63%
G = 24.11%
B = 47.27%

CMYK

 C value IS 0.39

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9880FB (or 0x9880FB) is known color: Light Slate Blue. HEX triplet: 98, 80 and FB. RGB value is (152,128,251). Sum of RGB (Red+Green+Blue) = 152+128+251=531 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.63% from 531); Green value is 128 (50.39% from 255 or 24.11% from 531); Blue value is 251 (98.44% from 255 or 47.27% from 531); Max value from RGB is 251 - color contains mainly: blue. Hex color #9880FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9880FB is #677F04. Grayscale: #949494. Windows color (decimal): -6782725 or 16482456. OLE color: 16482456.

HSL color Cylindrical-coordinate representation of color #9880FB: hue angle of 251.71º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9880FB is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 152 128 251 -
CMYK 0.39 0.49 0 0.02
HSL 251.71º 0.94% 0.74% -
HSV(B) 251.71º 0.49% 0.98% -
XYZ 38.08 29.08 94.87 -
YUV 149.2 185.45 130 -
System Red Green Blue C M Y K H S L
Decimal 152 128 251 0.39 0.49 0 0.02 251.71 0.94 0.74
Hex 98 80 FB 27 31 0 2 FC 5E 4A
Octal 230 200 373 47 61 0 2 374 136 112
Binary 10011000 10000000 11111011 100111 110001 0 10 11111100 1011110 1001010

Color Harmonies of #9880FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9880FB

Black with #9880FB

Text Example


Text Example

White with #9880FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9880FB; }

 p { color: rgb(152,128,251); }

 H1.HeaderClassName
 {
   color: #9880FB;
 }
 .AnyTagClassName
 {
   color: #9880FB;
 }
</style>

background-color css

<style>
 a { background-color: #9880FB; }

 a { background-color: rgb(152,128,251); }

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

border-color css

<style>
 span { border-color: #9880FB; }

 span { border-color: rgb(152,128,251); }

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