Html Css Color HEX #7682FE Light Slate Blue

📋 copy color: '#7682FE'

red 118 ◦ green 130 ◦ blue 254

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

Shades of Light Slate Blue #7682FE

Tints of Light Slate Blue #7682FE

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.9%

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

R = 23.51%
G = 25.9%
B = 50.6%

CMYK

 C value IS 0.54

 M value IS 0.49

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7682FE (or 0x7682FE) is known color: Light Slate Blue. HEX triplet: 76, 82 and FE. RGB value is (118,130,254). Sum of RGB (Red+Green+Blue) = 118+130+254=502 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.51% from 502); Green value is 130 (51.17% from 255 or 25.90% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #7682FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7682FE is #897D01. Grayscale: #8C8C8C. Windows color (decimal): -9010434 or 16679542. OLE color: 16679542.

HSL color Cylindrical-coordinate representation of color #7682FE: hue angle of 234.71º 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 #7682FE is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 118 130 254 -
CMYK 0.54 0.49 0 0.00
HSL 234.71º 0.99% 0.73% -
HSV(B) 234.71º 0.54% 1% -
XYZ 33.34 26.97 97.21 -
YUV 140.55 192.02 111.92 -
System Red Green Blue C M Y K H S L
Decimal 118 130 254 0.54 0.49 0 0.00 234.71 0.99 0.73
Hex 76 82 FE 36 31 0 0 EB 63 49
Octal 166 202 376 66 61 0 0 353 143 111
Binary 1110110 10000010 11111110 110110 110001 0 0 11101011 1100011 1001001

Color Harmonies of #7682FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7682FE

Black with #7682FE

Text Example


Text Example

White with #7682FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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