Html Css Color HEX #7682FC Light Slate Blue

📋 copy color: '#7682FC'

red 118 ◦ green 130 ◦ blue 252

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

Shades of Light Slate Blue #7682FC

Tints of Light Slate Blue #7682FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.4%

R = 23.6%
G = 26%
B = 50.4%

CMYK

 C value IS 0.53

 M value IS 0.48

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7682FC (or 0x7682FC) is known color: Light Slate Blue. HEX triplet: 76, 82 and FC. RGB value is (118,130,252). Sum of RGB (Red+Green+Blue) = 118+130+252=500 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.6% from 500); Green value is 130 (51.17% from 255 or 26% from 500); Blue value is 252 (98.83% from 255 or 50.4% from 500); Max value from RGB is 252 - color contains mainly: blue. Hex color #7682FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7682FC is #897D03. Grayscale: #8B8B8B. Windows color (decimal): -9010436 or 16548470. OLE color: 16548470.

HSL color Cylindrical-coordinate representation of color #7682FC: hue angle of 234.63º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7682FC is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 118 130 252 -
CMYK 0.53 0.48 0 0.01
HSL 234.63º 0.96% 0.73% -
HSV(B) 234.63º 0.53% 0.99% -
XYZ 33.02 26.85 95.54 -
YUV 140.32 191.02 112.08 -
System Red Green Blue C M Y K H S L
Decimal 118 130 252 0.53 0.48 0 0.01 234.63 0.96 0.73
Hex 76 82 FC 35 30 0 1 EB 60 49
Octal 166 202 374 65 60 0 1 353 140 111
Binary 1110110 10000010 11111100 110101 110000 0 1 11101011 1100000 1001001

Color Harmonies of #7682FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7682FC

Black with #7682FC

Text Example


Text Example

White with #7682FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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