Html Css Color HEX #7786FA Light Slate Blue

📋 copy color: '#7786FA'

red 119 ◦ green 134 ◦ blue 250

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

Shades of Light Slate Blue #7786FA

Tints of Light Slate Blue #7786FA

RGB

 RED value IS 119 (46.88% from 255) = 23.66%

 GREEN value IS 134 (52.73% from 255) = 26.64%

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

R = 23.66%
G = 26.64%
B = 49.7%

CMYK

 C value IS 0.52

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7786FA (or 0x7786FA) is known color: Light Slate Blue. HEX triplet: 77, 86 and FA. RGB value is (119,134,250). Sum of RGB (Red+Green+Blue) = 119+134+250=503 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.66% from 503); Green value is 134 (52.73% from 255 or 26.64% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #7786FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7786FA is #887905. Grayscale: #8E8E8E. Windows color (decimal): -8943878 or 16418423. OLE color: 16418423.

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

Color convert

RGB 119 134 250 -
CMYK 0.52 0.46 0 0.02
HSL 233.13º 0.93% 0.72% -
HSV(B) 233.13º 0.52% 0.98% -
XYZ 33.39 27.87 94.06 -
YUV 142.74 188.53 111.07 -
System Red Green Blue C M Y K H S L
Decimal 119 134 250 0.52 0.46 0 0.02 233.13 0.93 0.72
Hex 77 86 FA 34 2E 0 2 E9 5D 48
Octal 167 206 372 64 56 0 2 351 135 110
Binary 1110111 10000110 11111010 110100 101110 0 10 11101001 1011101 1001000

Color Harmonies of #7786FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7786FA

Black with #7786FA

Text Example


Text Example

White with #7786FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,134,250); }

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

background-color css

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

 a { background-color: rgb(119,134,250); }

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

border-color css

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

 span { border-color: rgb(119,134,250); }

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