Html Css Color HEX #7683FA Light Slate Blue

📋 copy color: '#7683FA'

red 118 ◦ green 131 ◦ blue 250

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

Shades of Light Slate Blue #7683FA

Tints of Light Slate Blue #7683FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.1%

R = 23.65%
G = 26.25%
B = 50.1%

CMYK

 C value IS 0.53

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7683FA (or 0x7683FA) is known color: Light Slate Blue. HEX triplet: 76, 83 and FA. RGB value is (118,131,250). Sum of RGB (Red+Green+Blue) = 118+131+250=499 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.65% from 499); Green value is 131 (51.56% from 255 or 26.25% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #7683FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7683FA is #897C05. Grayscale: #8C8C8C. Windows color (decimal): -9010182 or 16417654. OLE color: 16417654.

HSL color Cylindrical-coordinate representation of color #7683FA: hue angle of 234.09º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7683FA is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 118 131 250 -
CMYK 0.53 0.48 0 0.02
HSL 234.09º 0.93% 0.72% -
HSV(B) 234.09º 0.53% 0.98% -
XYZ 32.84 26.99 93.92 -
YUV 140.68 189.69 111.82 -
System Red Green Blue C M Y K H S L
Decimal 118 131 250 0.53 0.48 0 0.02 234.09 0.93 0.72
Hex 76 83 FA 35 30 0 2 EA 5D 48
Octal 166 203 372 65 60 0 2 352 135 110
Binary 1110110 10000011 11111010 110101 110000 0 10 11101010 1011101 1001000

Color Harmonies of #7683FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7683FA

Black with #7683FA

Text Example


Text Example

White with #7683FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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