Html Css Color HEX #8673FC Light Slate Blue

📋 copy color: '#8673FC'

red 134 ◦ green 115 ◦ blue 252

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

Shades of Light Slate Blue #8673FC

Tints of Light Slate Blue #8673FC

RGB

 RED value IS 134 (52.73% from 255) = 26.75%

 GREEN value IS 115 (45.31% from 255) = 22.95%

 BLUE value IS 252 (98.83% from 255) = 50.3%

R = 26.75%
G = 22.95%
B = 50.3%

CMYK

 C value IS 0.47

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8673FC (or 0x8673FC) is known color: Light Slate Blue. HEX triplet: 86, 73 and FC. RGB value is (134,115,252). Sum of RGB (Red+Green+Blue) = 134+115+252=501 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.75% from 501); Green value is 115 (45.31% from 255 or 22.95% from 501); Blue value is 252 (98.83% from 255 or 50.30% from 501); Max value from RGB is 252 - color contains mainly: blue. Hex color #8673FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8673FC is #798C03. Grayscale: #878787. Windows color (decimal): -7965700 or 16544646. OLE color: 16544646.

HSL color Cylindrical-coordinate representation of color #8673FC: hue angle of 248.32º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8673FC is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 134 115 252 -
CMYK 0.47 0.54 0 0.01
HSL 248.32º 0.96% 0.72% -
HSV(B) 248.32º 0.54% 0.99% -
XYZ 33.53 24.36 95.03 -
YUV 136.3 193.29 126.36 -
System Red Green Blue C M Y K H S L
Decimal 134 115 252 0.47 0.54 0 0.01 248.32 0.96 0.72
Hex 86 73 FC 2F 36 0 1 F8 60 48
Octal 206 163 374 57 66 0 1 370 140 110
Binary 10000110 1110011 11111100 101111 110110 0 1 11111000 1100000 1001000

Color Harmonies of #8673FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8673FC

Black with #8673FC

Text Example


Text Example

White with #8673FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8673FC; }

 p { color: rgb(134,115,252); }

 H1.HeaderClassName
 {
   color: #8673FC;
 }
 .AnyTagClassName
 {
   color: #8673FC;
 }
</style>

background-color css

<style>
 a { background-color: #8673FC; }

 a { background-color: rgb(134,115,252); }

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

border-color css

<style>
 span { border-color: #8673FC; }

 span { border-color: rgb(134,115,252); }

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