Html Css Color HEX #7686FE Light Slate Blue

📋 copy color: '#7686FE'

red 118 ◦ green 134 ◦ blue 254

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

Shades of Light Slate Blue #7686FE

Tints of Light Slate Blue #7686FE

RGB

 RED value IS 118 (46.48% from 255) = 23.32%

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

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

R = 23.32%
G = 26.48%
B = 50.2%

CMYK

 C value IS 0.54

 M value IS 0.47

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7686FE (or 0x7686FE) is known color: Light Slate Blue. HEX triplet: 76, 86 and FE. RGB value is (118,134,254). Sum of RGB (Red+Green+Blue) = 118+134+254=506 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.32% from 506); Green value is 134 (52.73% from 255 or 26.48% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #7686FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7686FE is #897901. Grayscale: #8E8E8E. Windows color (decimal): -9009410 or 16680566. OLE color: 16680566.

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

Color convert

RGB 118 134 254 -
CMYK 0.54 0.47 0 0.00
HSL 232.94º 0.99% 0.73% -
HSV(B) 232.94º 0.54% 1% -
XYZ 33.89 28.06 97.4 -
YUV 142.9 190.7 110.24 -
System Red Green Blue C M Y K H S L
Decimal 118 134 254 0.54 0.47 0 0.00 232.94 0.99 0.73
Hex 76 86 FE 36 2F 0 0 E9 63 49
Octal 166 206 376 66 57 0 0 351 143 111
Binary 1110110 10000110 11111110 110110 101111 0 0 11101001 1100011 1001001

Color Harmonies of #7686FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7686FE

Black with #7686FE

Text Example


Text Example

White with #7686FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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