Html Css Color HEX #8674FB Light Slate Blue

📋 copy color: '#8674FB'

red 134 ◦ green 116 ◦ blue 251

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

Shades of Light Slate Blue #8674FB

Tints of Light Slate Blue #8674FB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.15%

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

R = 26.75%
G = 23.15%
B = 50.1%

CMYK

 C value IS 0.47

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8674FB (or 0x8674FB) is known color: Light Slate Blue. HEX triplet: 86, 74 and FB. RGB value is (134,116,251). Sum of RGB (Red+Green+Blue) = 134+116+251=501 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.75% from 501); Green value is 116 (45.70% from 255 or 23.15% from 501); Blue value is 251 (98.44% from 255 or 50.10% from 501); Max value from RGB is 251 - color contains mainly: blue. Hex color #8674FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8674FB is #798B04. Grayscale: #888888. Windows color (decimal): -7965445 or 16479366. OLE color: 16479366.

HSL color Cylindrical-coordinate representation of color #8674FB: hue angle of 248º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8674FB is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 134 116 251 -
CMYK 0.47 0.54 0 0.02
HSL 248º 0.94% 0.72% -
HSV(B) 248º 0.54% 0.98% -
XYZ 33.49 24.52 94.24 -
YUV 136.77 192.46 126.02 -
System Red Green Blue C M Y K H S L
Decimal 134 116 251 0.47 0.54 0 0.02 248 0.94 0.72
Hex 86 74 FB 2F 36 0 2 F8 5E 48
Octal 206 164 373 57 66 0 2 370 136 110
Binary 10000110 1110100 11111011 101111 110110 0 10 11111000 1011110 1001000

Color Harmonies of #8674FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8674FB

Black with #8674FB

Text Example


Text Example

White with #8674FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8674FB; }

 p { color: rgb(134,116,251); }

 H1.HeaderClassName
 {
   color: #8674FB;
 }
 .AnyTagClassName
 {
   color: #8674FB;
 }
</style>

background-color css

<style>
 a { background-color: #8674FB; }

 a { background-color: rgb(134,116,251); }

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

border-color css

<style>
 span { border-color: #8674FB; }

 span { border-color: rgb(134,116,251); }

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