Html Css Color HEX #777BFA Light Slate Blue

📋 copy color: '#777BFA'

red 119 ◦ green 123 ◦ blue 250

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

Shades of Light Slate Blue #777BFA

Tints of Light Slate Blue #777BFA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25%

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

R = 24.19%
G = 25%
B = 50.81%

CMYK

 C value IS 0.52

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#777BFA (or 0x777BFA) is known color: Light Slate Blue. HEX triplet: 77, 7B and FA. RGB value is (119,123,250). Sum of RGB (Red+Green+Blue) = 119+123+250=492 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.19% from 492); Green value is 123 (48.44% from 255 or 25% from 492); Blue value is 250 (98.05% from 255 or 50.81% from 492); Max value from RGB is 250 - color contains mainly: blue. Hex color #777BFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #777BFA is #888405. Grayscale: #878787. Windows color (decimal): -8946694 or 16415607. OLE color: 16415607.

HSL color Cylindrical-coordinate representation of color #777BFA: hue angle of 238.17º 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 #777BFA is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 119 123 250 -
CMYK 0.52 0.51 0 0.02
HSL 238.17º 0.93% 0.72% -
HSV(B) 238.17º 0.52% 0.98% -
XYZ 31.95 24.99 93.58 -
YUV 136.28 192.17 115.67 -
System Red Green Blue C M Y K H S L
Decimal 119 123 250 0.52 0.51 0 0.02 238.17 0.93 0.72
Hex 77 7B FA 34 33 0 2 EE 5D 48
Octal 167 173 372 64 63 0 2 356 135 110
Binary 1110111 1111011 11111010 110100 110011 0 10 11101110 1011101 1001000

Color Harmonies of #777BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777BFA

Black with #777BFA

Text Example


Text Example

White with #777BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777BFA; }

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

 H1.HeaderClassName
 {
   color: #777BFA;
 }
 .AnyTagClassName
 {
   color: #777BFA;
 }
</style>

background-color css

<style>
 a { background-color: #777BFA; }

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

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

border-color css

<style>
 span { border-color: #777BFA; }

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

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