Html Css Color HEX #777FC3 Wild Blue Yonder

📋 copy color: '#777FC3'

red 119 ◦ green 127 ◦ blue 195

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

Shades of Wild Blue Yonder #777FC3

Tints of Wild Blue Yonder #777FC3

RGB

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

 GREEN value IS 127 (50% from 255) = 28.8%

 BLUE value IS 195 (76.56% from 255) = 44.22%

R = 26.98%
G = 28.8%
B = 44.22%

CMYK

 C value IS 0.39

 M value IS 0.35

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#777FC3 (or 0x777FC3) is known color: Wild Blue Yonder. HEX triplet: 77, 7F and C3. RGB value is (119,127,195). Sum of RGB (Red+Green+Blue) = 119+127+195=441 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.98% from 441); Green value is 127 (50% from 255 or 28.80% from 441); Blue value is 195 (76.56% from 255 or 44.22% from 441); Max value from RGB is 195 - color contains mainly: blue. Hex color #777FC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777FC3 is #88803C. Grayscale: #848484. Windows color (decimal): -8945725 or 12812151. OLE color: 12812151.

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

Color convert

RGB 119 127 195 -
CMYK 0.39 0.35 0 0.24
HSL 233.68º 0.39% 0.62% -
HSV(B) 233.68º 0.39% 0.76% -
XYZ 25.05 23.04 54.76 -
YUV 132.36 163.35 118.47 -
System Red Green Blue C M Y K H S L
Decimal 119 127 195 0.39 0.35 0 0.24 233.68 0.39 0.62
Hex 77 7F C3 27 23 0 18 EA 27 3E
Octal 167 177 303 47 43 0 30 352 47 76
Binary 1110111 1111111 11000011 100111 100011 0 11000 11101010 100111 111110

Color Harmonies of #777FC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777FC3

Black with #777FC3

Text Example


Text Example

White with #777FC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,127,195); }

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

background-color css

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

 a { background-color: rgb(119,127,195); }

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

border-color css

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

 span { border-color: rgb(119,127,195); }

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