Html Css Color HEX #8689F3 Light Slate Blue

📋 copy color: '#8689F3'

red 134 ◦ green 137 ◦ blue 243

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

Shades of Light Slate Blue #8689F3

Tints of Light Slate Blue #8689F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 47.28%

R = 26.07%
G = 26.65%
B = 47.28%

CMYK

 C value IS 0.45

 M value IS 0.44

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8689F3 (or 0x8689F3) is known color: Light Slate Blue. HEX triplet: 86, 89 and F3. RGB value is (134,137,243). Sum of RGB (Red+Green+Blue) = 134+137+243=514 (68% of max value = 765). Red value is 134 (52.73% from 255 or 26.07% from 514); Green value is 137 (53.91% from 255 or 26.65% from 514); Blue value is 243 (95.31% from 255 or 47.28% from 514); Max value from RGB is 243 - color contains mainly: blue. Hex color #8689F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8689F3 is #79760C. Grayscale: #939393. Windows color (decimal): -7960077 or 15960454. OLE color: 15960454.

HSL color Cylindrical-coordinate representation of color #8689F3: hue angle of 238.35º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8689F3 is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 134 137 243 -
CMYK 0.45 0.44 0 0.05
HSL 238.35º 0.82% 0.74% -
HSV(B) 238.35º 0.45% 0.95% -
XYZ 34.95 29.43 88.63 -
YUV 148.19 181.51 117.88 -
System Red Green Blue C M Y K H S L
Decimal 134 137 243 0.45 0.44 0 0.05 238.35 0.82 0.74
Hex 86 89 F3 2D 2C 0 5 EE 52 4A
Octal 206 211 363 55 54 0 5 356 122 112
Binary 10000110 10001001 11110011 101101 101100 0 101 11101110 1010010 1001010

Color Harmonies of #8689F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8689F3

Black with #8689F3

Text Example


Text Example

White with #8689F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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