Html Css Color HEX #777BFD Light Slate Blue

📋 copy color: '#777BFD'

red 119 ◦ green 123 ◦ blue 253

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

Shades of Light Slate Blue #777BFD

Tints of Light Slate Blue #777BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.11%

R = 24.04%
G = 24.85%
B = 51.11%

CMYK

 C value IS 0.53

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#777BFD (or 0x777BFD) is known color: Light Slate Blue. HEX triplet: 77, 7B and FD. RGB value is (119,123,253). Sum of RGB (Red+Green+Blue) = 119+123+253=495 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.04% from 495); Green value is 123 (48.44% from 255 or 24.85% from 495); Blue value is 253 (99.22% from 255 or 51.11% from 495); Max value from RGB is 253 - color contains mainly: blue. Hex color #777BFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #777BFD is #888402. Grayscale: #888888. Windows color (decimal): -8946691 or 16612215. OLE color: 16612215.

HSL color Cylindrical-coordinate representation of color #777BFD: hue angle of 238.21º degrees, saturation: 0.97, 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 #777BFD is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 119 123 253 -
CMYK 0.53 0.51 0 0.01
HSL 238.21º 0.97% 0.73% -
HSV(B) 238.21º 0.53% 0.99% -
XYZ 32.42 25.18 96.08 -
YUV 136.62 193.67 115.43 -
System Red Green Blue C M Y K H S L
Decimal 119 123 253 0.53 0.51 0 0.01 238.21 0.97 0.73
Hex 77 7B FD 35 33 0 1 EE 61 49
Octal 167 173 375 65 63 0 1 356 141 111
Binary 1110111 1111011 11111101 110101 110011 0 1 11101110 1100001 1001001

Color Harmonies of #777BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777BFD

Black with #777BFD

Text Example


Text Example

White with #777BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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