Html Css Color HEX #7685FA Light Slate Blue

📋 copy color: '#7685FA'

red 118 ◦ green 133 ◦ blue 250

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

Shades of Light Slate Blue #7685FA

Tints of Light Slate Blue #7685FA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.55%

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

R = 23.55%
G = 26.55%
B = 49.9%

CMYK

 C value IS 0.53

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7685FA (or 0x7685FA) is known color: Light Slate Blue. HEX triplet: 76, 85 and FA. RGB value is (118,133,250). Sum of RGB (Red+Green+Blue) = 118+133+250=501 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.55% from 501); Green value is 133 (52.34% from 255 or 26.55% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #7685FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7685FA is #897A05. Grayscale: #8D8D8D. Windows color (decimal): -9009670 or 16418166. OLE color: 16418166.

HSL color Cylindrical-coordinate representation of color #7685FA: hue angle of 233.18º 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 #7685FA is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 118 133 250 -
CMYK 0.53 0.47 0 0.02
HSL 233.18º 0.93% 0.72% -
HSV(B) 233.18º 0.53% 0.98% -
XYZ 33.11 27.53 94.01 -
YUV 141.85 189.03 110.99 -
System Red Green Blue C M Y K H S L
Decimal 118 133 250 0.53 0.47 0 0.02 233.18 0.93 0.72
Hex 76 85 FA 35 2F 0 2 E9 5D 48
Octal 166 205 372 65 57 0 2 351 135 110
Binary 1110110 10000101 11111010 110101 101111 0 10 11101001 1011101 1001000

Color Harmonies of #7685FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7685FA

Black with #7685FA

Text Example


Text Example

White with #7685FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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