Html Css Color HEX #8675FF Light Slate Blue

📋 copy color: '#8675FF'

red 134 ◦ green 117 ◦ blue 255

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

Shades of Light Slate Blue #8675FF

Tints of Light Slate Blue #8675FF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.12%

 BLUE value IS 255 (100% from 255) = 50.4%

R = 26.48%
G = 23.12%
B = 50.4%

CMYK

 C value IS 0.47

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8675FF (or 0x8675FF) is known color: Light Slate Blue. HEX triplet: 86, 75 and FF. RGB value is (134,117,255). Sum of RGB (Red+Green+Blue) = 134+117+255=506 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.48% from 506); Green value is 117 (46.09% from 255 or 23.12% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #8675FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8675FF is #798A00. Grayscale: #898989. Windows color (decimal): -7965185 or 16741766. OLE color: 16741766.

HSL color Cylindrical-coordinate representation of color #8675FF: hue angle of 247.39º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8675FF is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 134 117 255 -
CMYK 0.47 0.54 0 0
HSL 247.39º 1% 0.73% -
HSV(B) 247.39º 0.54% 1% -
XYZ 34.24 25.01 97.63 -
YUV 137.82 194.13 125.28 -
System Red Green Blue C M Y K H S L
Decimal 134 117 255 0.47 0.54 0 0 247.39 1 0.73
Hex 86 75 FF 2F 36 0 0 F7 64 49
Octal 206 165 377 57 66 0 0 367 144 111
Binary 10000110 1110101 11111111 101111 110110 0 0 11110111 1100100 1001001

Color Harmonies of #8675FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8675FF

Black with #8675FF

Text Example


Text Example

White with #8675FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8675FF; }

 p { color: rgb(134,117,255); }

 H1.HeaderClassName
 {
   color: #8675FF;
 }
 .AnyTagClassName
 {
   color: #8675FF;
 }
</style>

background-color css

<style>
 a { background-color: #8675FF; }

 a { background-color: rgb(134,117,255); }

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

border-color css

<style>
 span { border-color: #8675FF; }

 span { border-color: rgb(134,117,255); }

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