Html Css Color HEX #777DC1 Wild Blue Yonder

📋 copy color: '#777DC1'

red 119 ◦ green 125 ◦ blue 193

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

Shades of Wild Blue Yonder #777DC1

Tints of Wild Blue Yonder #777DC1

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.6%

 BLUE value IS 193 (75.78% from 255) = 44.16%

R = 27.23%
G = 28.6%
B = 44.16%

CMYK

 C value IS 0.38

 M value IS 0.35

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#777DC1 (or 0x777DC1) is known color: Wild Blue Yonder. HEX triplet: 77, 7D and C1. RGB value is (119,125,193). Sum of RGB (Red+Green+Blue) = 119+125+193=437 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.23% from 437); Green value is 125 (49.22% from 255 or 28.60% from 437); Blue value is 193 (75.78% from 255 or 44.16% from 437); Max value from RGB is 193 - color contains mainly: blue. Hex color #777DC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777DC1 is #88823E. Grayscale: #828282. Windows color (decimal): -8946239 or 12680567. OLE color: 12680567.

HSL color Cylindrical-coordinate representation of color #777DC1: hue angle of 235.14º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #777DC1 is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 119 125 193 -
CMYK 0.38 0.35 0 0.24
HSL 235.14º 0.37% 0.61% -
HSV(B) 235.14º 0.38% 0.76% -
XYZ 24.57 22.44 53.49 -
YUV 130.96 163.01 119.47 -
System Red Green Blue C M Y K H S L
Decimal 119 125 193 0.38 0.35 0 0.24 235.14 0.37 0.61
Hex 77 7D C1 26 23 0 18 EB 25 3D
Octal 167 175 301 46 43 0 30 353 45 75
Binary 1110111 1111101 11000001 100110 100011 0 11000 11101011 100101 111101

Color Harmonies of #777DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777DC1

Black with #777DC1

Text Example


Text Example

White with #777DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,125,193); }

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

background-color css

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

 a { background-color: rgb(119,125,193); }

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

border-color css

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

 span { border-color: rgb(119,125,193); }

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