Html Css Color HEX #7683F4 Light Slate Blue

📋 copy color: '#7683F4'

red 118 ◦ green 131 ◦ blue 244

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

Shades of Light Slate Blue #7683F4

Tints of Light Slate Blue #7683F4

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.57%

 BLUE value IS 244 (95.7% from 255) = 49.49%

R = 23.94%
G = 26.57%
B = 49.49%

CMYK

 C value IS 0.52

 M value IS 0.46

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7683F4 (or 0x7683F4) is known color: Light Slate Blue. HEX triplet: 76, 83 and F4. RGB value is (118,131,244). Sum of RGB (Red+Green+Blue) = 118+131+244=493 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.94% from 493); Green value is 131 (51.56% from 255 or 26.57% from 493); Blue value is 244 (95.70% from 255 or 49.49% from 493); Max value from RGB is 244 - color contains mainly: blue. Hex color #7683F4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7683F4 is #897C0B. Grayscale: #8B8B8B. Windows color (decimal): -9010188 or 16024438. OLE color: 16024438.

HSL color Cylindrical-coordinate representation of color #7683F4: hue angle of 233.81º degrees, saturation: 0.85, 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 #7683F4 is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 118 131 244 -
CMYK 0.52 0.46 0 0.04
HSL 233.81º 0.85% 0.71% -
HSV(B) 233.81º 0.52% 0.96% -
XYZ 31.92 26.62 89.04 -
YUV 140 186.69 112.31 -
System Red Green Blue C M Y K H S L
Decimal 118 131 244 0.52 0.46 0 0.04 233.81 0.85 0.71
Hex 76 83 F4 34 2E 0 4 EA 55 47
Octal 166 203 364 64 56 0 4 352 125 107
Binary 1110110 10000011 11110100 110100 101110 0 100 11101010 1010101 1000111

Color Harmonies of #7683F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7683F4

Black with #7683F4

Text Example


Text Example

White with #7683F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7683F4; }

 p { color: rgb(118,131,244); }

 H1.HeaderClassName
 {
   color: #7683F4;
 }
 .AnyTagClassName
 {
   color: #7683F4;
 }
</style>

background-color css

<style>
 a { background-color: #7683F4; }

 a { background-color: rgb(118,131,244); }

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

border-color css

<style>
 span { border-color: #7683F4; }

 span { border-color: rgb(118,131,244); }

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