Html Css Color HEX #8C7BFE Light Slate Blue

📋 copy color: '#8C7BFE'

red 140 ◦ green 123 ◦ blue 254

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

Shades of Light Slate Blue #8C7BFE

Tints of Light Slate Blue #8C7BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.13%

R = 27.08%
G = 23.79%
B = 49.13%

CMYK

 C value IS 0.45

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8C7BFE (or 0x8C7BFE) is known color: Light Slate Blue. HEX triplet: 8C, 7B and FE. RGB value is (140,123,254). Sum of RGB (Red+Green+Blue) = 140+123+254=517 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.08% from 517); Green value is 123 (48.44% from 255 or 23.79% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #8C7BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C7BFE is #738401. Grayscale: #8E8E8E. Windows color (decimal): -7570434 or 16677772. OLE color: 16677772.

HSL color Cylindrical-coordinate representation of color #8C7BFE: hue angle of 247.79º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8C7BFE is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 140 123 254 -
CMYK 0.45 0.52 0 0.00
HSL 247.79º 0.98% 0.74% -
HSV(B) 247.79º 0.52% 1% -
XYZ 35.79 26.9 97.07 -
YUV 143.02 190.63 125.85 -
System Red Green Blue C M Y K H S L
Decimal 140 123 254 0.45 0.52 0 0.00 247.79 0.98 0.74
Hex 8C 7B FE 2D 34 0 0 F8 62 4A
Octal 214 173 376 55 64 0 0 370 142 112
Binary 10001100 1111011 11111110 101101 110100 0 0 11111000 1100010 1001010

Color Harmonies of #8C7BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7BFE

Black with #8C7BFE

Text Example


Text Example

White with #8C7BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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