Html Css Color HEX #8C89FB Light Slate Blue

📋 copy color: '#8C89FB'

red 140 ◦ green 137 ◦ blue 251

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

Shades of Light Slate Blue #8C89FB

Tints of Light Slate Blue #8C89FB

RGB

 RED value IS 140 (55.08% from 255) = 26.52%

 GREEN value IS 137 (53.91% from 255) = 25.95%

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

R = 26.52%
G = 25.95%
B = 47.54%

CMYK

 C value IS 0.44

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8C89FB (or 0x8C89FB) is known color: Light Slate Blue. HEX triplet: 8C, 89 and FB. RGB value is (140,137,251). Sum of RGB (Red+Green+Blue) = 140+137+251=528 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.52% from 528); Green value is 137 (53.91% from 255 or 25.95% from 528); Blue value is 251 (98.44% from 255 or 47.54% from 528); Max value from RGB is 251 - color contains mainly: blue. Hex color #8C89FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C89FB is #737604. Grayscale: #969696. Windows color (decimal): -7566853 or 16484748. OLE color: 16484748.

HSL color Cylindrical-coordinate representation of color #8C89FB: hue angle of 241.58º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8C89FB is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 140 137 251 -
CMYK 0.44 0.45 0 0.02
HSL 241.58º 0.93% 0.76% -
HSV(B) 241.58º 0.45% 0.98% -
XYZ 37.17 30.43 95.18 -
YUV 150.89 184.49 120.23 -
System Red Green Blue C M Y K H S L
Decimal 140 137 251 0.44 0.45 0 0.02 241.58 0.93 0.76
Hex 8C 89 FB 2C 2D 0 2 F2 5D 4C
Octal 214 211 373 54 55 0 2 362 135 114
Binary 10001100 10001001 11111011 101100 101101 0 10 11110010 1011101 1001100

Color Harmonies of #8C89FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C89FB

Black with #8C89FB

Text Example


Text Example

White with #8C89FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C89FB; }

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

 H1.HeaderClassName
 {
   color: #8C89FB;
 }
 .AnyTagClassName
 {
   color: #8C89FB;
 }
</style>

background-color css

<style>
 a { background-color: #8C89FB; }

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

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

border-color css

<style>
 span { border-color: #8C89FB; }

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

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