Html Css Color HEX #7679FE Light Slate Blue

📋 copy color: '#7679FE'

red 118 ◦ green 121 ◦ blue 254

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

Shades of Light Slate Blue #7679FE

Tints of Light Slate Blue #7679FE

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.54%

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

R = 23.94%
G = 24.54%
B = 51.52%

CMYK

 C value IS 0.54

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7679FE (or 0x7679FE) is known color: Light Slate Blue. HEX triplet: 76, 79 and FE. RGB value is (118,121,254). Sum of RGB (Red+Green+Blue) = 118+121+254=493 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.94% from 493); Green value is 121 (47.66% from 255 or 24.54% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #7679FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7679FE is #898601. Grayscale: #868686. Windows color (decimal): -9012738 or 16677238. OLE color: 16677238.

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

Color convert

RGB 118 121 254 -
CMYK 0.54 0.52 0 0.00
HSL 238.68º 0.99% 0.73% -
HSV(B) 238.68º 0.54% 1% -
XYZ 32.2 24.68 96.83 -
YUV 135.27 195.01 115.69 -
System Red Green Blue C M Y K H S L
Decimal 118 121 254 0.54 0.52 0 0.00 238.68 0.99 0.73
Hex 76 79 FE 36 34 0 0 EF 63 49
Octal 166 171 376 66 64 0 0 357 143 111
Binary 1110110 1111001 11111110 110110 110100 0 0 11101111 1100011 1001001

Color Harmonies of #7679FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7679FE

Black with #7679FE

Text Example


Text Example

White with #7679FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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