Html Css Color HEX #7781FC Light Slate Blue

📋 copy color: '#7781FC'

red 119 ◦ green 129 ◦ blue 252

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

Shades of Light Slate Blue #7781FC

Tints of Light Slate Blue #7781FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.4%

R = 23.8%
G = 25.8%
B = 50.4%

CMYK

 C value IS 0.53

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7781FC (or 0x7781FC) is known color: Light Slate Blue. HEX triplet: 77, 81 and FC. RGB value is (119,129,252). Sum of RGB (Red+Green+Blue) = 119+129+252=500 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.8% from 500); Green value is 129 (50.78% from 255 or 25.8% from 500); Blue value is 252 (98.83% from 255 or 50.4% from 500); Max value from RGB is 252 - color contains mainly: blue. Hex color #7781FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7781FC is #887E03. Grayscale: #8B8B8B. Windows color (decimal): -8945156 or 16548215. OLE color: 16548215.

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

Color convert

RGB 119 129 252 -
CMYK 0.53 0.49 0 0.01
HSL 235.49º 0.96% 0.73% -
HSV(B) 235.49º 0.53% 0.99% -
XYZ 33.03 26.65 95.5 -
YUV 140.03 191.19 113 -
System Red Green Blue C M Y K H S L
Decimal 119 129 252 0.53 0.49 0 0.01 235.49 0.96 0.73
Hex 77 81 FC 35 31 0 1 EB 60 49
Octal 167 201 374 65 61 0 1 353 140 111
Binary 1110111 10000001 11111100 110101 110001 0 1 11101011 1100000 1001001

Color Harmonies of #7781FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7781FC

Black with #7781FC

Text Example


Text Example

White with #7781FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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