Html Css Color HEX #8C7BF9 Light Slate Blue

📋 copy color: '#8C7BF9'

red 140 ◦ green 123 ◦ blue 249

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

Shades of Light Slate Blue #8C7BF9

Tints of Light Slate Blue #8C7BF9

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.02%

 BLUE value IS 249 (97.66% from 255) = 48.63%

R = 27.34%
G = 24.02%
B = 48.63%

CMYK

 C value IS 0.44

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8C7BF9 (or 0x8C7BF9) is known color: Light Slate Blue. HEX triplet: 8C, 7B and F9. RGB value is (140,123,249). Sum of RGB (Red+Green+Blue) = 140+123+249=512 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.34% from 512); Green value is 123 (48.44% from 255 or 24.02% from 512); Blue value is 249 (97.66% from 255 or 48.63% from 512); Max value from RGB is 249 - color contains mainly: blue. Hex color #8C7BF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C7BF9 is #738406. Grayscale: #8D8D8D. Windows color (decimal): -7570439 or 16350092. OLE color: 16350092.

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

Color convert

RGB 140 123 249 -
CMYK 0.44 0.51 0 0.02
HSL 248.1º 0.91% 0.73% -
HSV(B) 248.1º 0.51% 0.98% -
XYZ 35 26.58 92.91 -
YUV 142.45 188.13 126.25 -
System Red Green Blue C M Y K H S L
Decimal 140 123 249 0.44 0.51 0 0.02 248.1 0.91 0.73
Hex 8C 7B F9 2C 33 0 2 F8 5B 49
Octal 214 173 371 54 63 0 2 370 133 111
Binary 10001100 1111011 11111001 101100 110011 0 10 11111000 1011011 1001001

Color Harmonies of #8C7BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7BF9

Black with #8C7BF9

Text Example


Text Example

White with #8C7BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,123,249); }

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

background-color css

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

 a { background-color: rgb(140,123,249); }

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

border-color css

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

 span { border-color: rgb(140,123,249); }

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