Html Css Color HEX #7781FE Light Slate Blue

📋 copy color: '#7781FE'

red 119 ◦ green 129 ◦ blue 254

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

Shades of Light Slate Blue #7781FE

Tints of Light Slate Blue #7781FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.6%

R = 23.71%
G = 25.7%
B = 50.6%

CMYK

 C value IS 0.53

 M value IS 0.49

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7781FE (or 0x7781FE) is known color: Light Slate Blue. HEX triplet: 77, 81 and FE. RGB value is (119,129,254). Sum of RGB (Red+Green+Blue) = 119+129+254=502 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.71% from 502); Green value is 129 (50.78% from 255 or 25.70% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #7781FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7781FE is #887E01. Grayscale: #8B8B8B. Windows color (decimal): -8945154 or 16679287. OLE color: 16679287.

HSL color Cylindrical-coordinate representation of color #7781FE: hue angle of 235.56º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7781FE is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 119 129 254 -
CMYK 0.53 0.49 0 0.00
HSL 235.56º 0.99% 0.73% -
HSV(B) 235.56º 0.53% 1% -
XYZ 33.35 26.78 97.18 -
YUV 140.26 192.19 112.84 -
System Red Green Blue C M Y K H S L
Decimal 119 129 254 0.53 0.49 0 0.00 235.56 0.99 0.73
Hex 77 81 FE 35 31 0 0 EC 63 49
Octal 167 201 376 65 61 0 0 354 143 111
Binary 1110111 10000001 11111110 110101 110001 0 0 11101100 1100011 1001001

Color Harmonies of #7781FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7781FE

Black with #7781FE

Text Example


Text Example

White with #7781FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7781FE; }

 p { color: rgb(119,129,254); }

 H1.HeaderClassName
 {
   color: #7781FE;
 }
 .AnyTagClassName
 {
   color: #7781FE;
 }
</style>

background-color css

<style>
 a { background-color: #7781FE; }

 a { background-color: rgb(119,129,254); }

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

border-color css

<style>
 span { border-color: #7781FE; }

 span { border-color: rgb(119,129,254); }

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