Html Css Color HEX #8672FE Light Slate Blue

📋 copy color: '#8672FE'

red 134 ◦ green 114 ◦ blue 254

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

Shades of Light Slate Blue #8672FE

Tints of Light Slate Blue #8672FE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.71%

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

R = 26.69%
G = 22.71%
B = 50.6%

CMYK

 C value IS 0.47

 M value IS 0.55

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8672FE (or 0x8672FE) is known color: Light Slate Blue. HEX triplet: 86, 72 and FE. RGB value is (134,114,254). Sum of RGB (Red+Green+Blue) = 134+114+254=502 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.69% from 502); Green value is 114 (44.92% from 255 or 22.71% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #8672FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8672FE is #798D01. Grayscale: #878787. Windows color (decimal): -7965954 or 16675462. OLE color: 16675462.

HSL color Cylindrical-coordinate representation of color #8672FE: hue angle of 248.57º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8672FE is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 134 114 254 -
CMYK 0.47 0.55 0 0.00
HSL 248.57º 0.99% 0.72% -
HSV(B) 248.57º 0.55% 1% -
XYZ 33.74 24.26 96.67 -
YUV 135.94 194.63 126.62 -
System Red Green Blue C M Y K H S L
Decimal 134 114 254 0.47 0.55 0 0.00 248.57 0.99 0.72
Hex 86 72 FE 2F 37 0 0 F9 63 48
Octal 206 162 376 57 67 0 0 371 143 110
Binary 10000110 1110010 11111110 101111 110111 0 0 11111001 1100011 1001000

Color Harmonies of #8672FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8672FE

Black with #8672FE

Text Example


Text Example

White with #8672FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8672FE; }

 p { color: rgb(134,114,254); }

 H1.HeaderClassName
 {
   color: #8672FE;
 }
 .AnyTagClassName
 {
   color: #8672FE;
 }
</style>

background-color css

<style>
 a { background-color: #8672FE; }

 a { background-color: rgb(134,114,254); }

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

border-color css

<style>
 span { border-color: #8672FE; }

 span { border-color: rgb(134,114,254); }

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