Html Css Color HEX #8961FB Light Slate Blue

📋 copy color: '#8961FB'

red 137 ◦ green 97 ◦ blue 251

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

Shades of Light Slate Blue #8961FB

Tints of Light Slate Blue #8961FB

RGB

 RED value IS 137 (53.91% from 255) = 28.25%

 GREEN value IS 97 (38.28% from 255) = 20%

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

R = 28.25%
G = 20%
B = 51.75%

CMYK

 C value IS 0.45

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8961FB (or 0x8961FB) is known color: Light Slate Blue. HEX triplet: 89, 61 and FB. RGB value is (137,97,251). Sum of RGB (Red+Green+Blue) = 137+97+251=485 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.25% from 485); Green value is 97 (38.28% from 255 or 20% from 485); Blue value is 251 (98.44% from 255 or 51.75% from 485); Max value from RGB is 251 - color contains mainly: blue. Hex color #8961FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8961FB is #769E04. Grayscale: #7D7D7D. Windows color (decimal): -7773701 or 16474505. OLE color: 16474505.

HSL color Cylindrical-coordinate representation of color #8961FB: hue angle of 255.58º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8961FB is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 137 97 251 -
CMYK 0.45 0.61 0 0.02
HSL 255.58º 0.95% 0.68% -
HSV(B) 255.58º 0.61% 0.98% -
XYZ 32 20.83 93.6 -
YUV 126.52 198.25 135.48 -
System Red Green Blue C M Y K H S L
Decimal 137 97 251 0.45 0.61 0 0.02 255.58 0.95 0.68
Hex 89 61 FB 2D 3D 0 2 100 5F 44
Octal 211 141 373 55 75 0 2 400 137 104
Binary 10001001 1100001 11111011 101101 111101 0 10 100000000 1011111 1000100

Color Harmonies of #8961FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8961FB

Black with #8961FB

Text Example


Text Example

White with #8961FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,97,251); }

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

background-color css

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

 a { background-color: rgb(137,97,251); }

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

border-color css

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

 span { border-color: rgb(137,97,251); }

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