Html Css Color HEX #9880FA Light Slate Blue

📋 copy color: '#9880FA'

red 152 ◦ green 128 ◦ blue 250

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

Shades of Light Slate Blue #9880FA

Tints of Light Slate Blue #9880FA

RGB

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

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

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

R = 28.68%
G = 24.15%
B = 47.17%

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

#9880FA (or 0x9880FA) is known color: Light Slate Blue. HEX triplet: 98, 80 and FA. RGB value is (152,128,250). Sum of RGB (Red+Green+Blue) = 152+128+250=530 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.68% from 530); Green value is 128 (50.39% from 255 or 24.15% from 530); Blue value is 250 (98.05% from 255 or 47.17% from 530); Max value from RGB is 250 - color contains mainly: blue. Hex color #9880FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9880FA is #677F05. Grayscale: #949494. Windows color (decimal): -6782726 or 16416920. OLE color: 16416920.

HSL color Cylindrical-coordinate representation of color #9880FA: hue angle of 251.8º degrees, saturation: 0.92, 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 #9880FA is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 152 128 250 -
CMYK 0.39 0.49 0 0.02
HSL 251.8º 0.92% 0.74% -
HSV(B) 251.8º 0.49% 0.98% -
XYZ 37.92 29.02 94.04 -
YUV 149.08 184.95 130.08 -
System Red Green Blue C M Y K H S L
Decimal 152 128 250 0.39 0.49 0 0.02 251.8 0.92 0.74
Hex 98 80 FA 27 31 0 2 FC 5C 4A
Octal 230 200 372 47 61 0 2 374 134 112
Binary 10011000 10000000 11111010 100111 110001 0 10 11111100 1011100 1001010

Color Harmonies of #9880FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9880FA

Black with #9880FA

Text Example


Text Example

White with #9880FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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