Html Css Color HEX #8689FF Light Slate Blue

📋 copy color: '#8689FF'

red 134 ◦ green 137 ◦ blue 255

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

Shades of Light Slate Blue #8689FF

Tints of Light Slate Blue #8689FF

RGB

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

 GREEN value IS 137 (53.91% from 255) = 26.05%

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

R = 25.48%
G = 26.05%
B = 48.48%

CMYK

 C value IS 0.47

 M value IS 0.46

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8689FF (or 0x8689FF) is known color: Light Slate Blue. HEX triplet: 86, 89 and FF. RGB value is (134,137,255). Sum of RGB (Red+Green+Blue) = 134+137+255=526 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.48% from 526); Green value is 137 (53.91% from 255 or 26.05% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #8689FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8689FF is #797600. Grayscale: #959595. Windows color (decimal): -7960065 or 16746886. OLE color: 16746886.

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

Color convert

RGB 134 137 255 -
CMYK 0.47 0.46 0 0
HSL 238.51º 1% 0.76% -
HSV(B) 238.51º 0.47% 1% -
XYZ 36.83 30.18 98.49 -
YUV 149.56 187.51 116.91 -
System Red Green Blue C M Y K H S L
Decimal 134 137 255 0.47 0.46 0 0 238.51 1 0.76
Hex 86 89 FF 2F 2E 0 0 EF 64 4C
Octal 206 211 377 57 56 0 0 357 144 114
Binary 10000110 10001001 11111111 101111 101110 0 0 11101111 1100100 1001100

Color Harmonies of #8689FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8689FF

Black with #8689FF

Text Example


Text Example

White with #8689FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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