Html Css Color HEX #7681F5 Light Slate Blue

📋 copy color: '#7681F5'

red 118 ◦ green 129 ◦ blue 245

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

Shades of Light Slate Blue #7681F5

Tints of Light Slate Blue #7681F5

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.22%

 BLUE value IS 245 (96.09% from 255) = 49.8%

R = 23.98%
G = 26.22%
B = 49.8%

CMYK

 C value IS 0.52

 M value IS 0.47

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7681F5 (or 0x7681F5) is known color: Light Slate Blue. HEX triplet: 76, 81 and F5. RGB value is (118,129,245). Sum of RGB (Red+Green+Blue) = 118+129+245=492 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.98% from 492); Green value is 129 (50.78% from 255 or 26.22% from 492); Blue value is 245 (96.09% from 255 or 49.80% from 492); Max value from RGB is 245 - color contains mainly: blue. Hex color #7681F5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7681F5 is #897E0A. Grayscale: #8A8A8A. Windows color (decimal): -9010699 or 16089462. OLE color: 16089462.

HSL color Cylindrical-coordinate representation of color #7681F5: hue angle of 234.8º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7681F5 is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 118 129 245 -
CMYK 0.52 0.47 0 0.04
HSL 234.8º 0.86% 0.71% -
HSV(B) 234.8º 0.52% 0.96% -
XYZ 31.8 26.14 89.76 -
YUV 138.94 187.86 113.07 -
System Red Green Blue C M Y K H S L
Decimal 118 129 245 0.52 0.47 0 0.04 234.8 0.86 0.71
Hex 76 81 F5 34 2F 0 4 EB 56 47
Octal 166 201 365 64 57 0 4 353 126 107
Binary 1110110 10000001 11110101 110100 101111 0 100 11101011 1010110 1000111

Color Harmonies of #7681F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7681F5

Black with #7681F5

Text Example


Text Example

White with #7681F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7681F5; }

 p { color: rgb(118,129,245); }

 H1.HeaderClassName
 {
   color: #7681F5;
 }
 .AnyTagClassName
 {
   color: #7681F5;
 }
</style>

background-color css

<style>
 a { background-color: #7681F5; }

 a { background-color: rgb(118,129,245); }

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

border-color css

<style>
 span { border-color: #7681F5; }

 span { border-color: rgb(118,129,245); }

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