Html Css Color HEX #777FCA Wild Blue Yonder

📋 copy color: '#777FCA'

red 119 ◦ green 127 ◦ blue 202

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

Shades of Wild Blue Yonder #777FCA

Tints of Wild Blue Yonder #777FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.09%

R = 26.56%
G = 28.35%
B = 45.09%

CMYK

 C value IS 0.41

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#777FCA (or 0x777FCA) is known color: Wild Blue Yonder. HEX triplet: 77, 7F and CA. RGB value is (119,127,202). Sum of RGB (Red+Green+Blue) = 119+127+202=448 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.56% from 448); Green value is 127 (50% from 255 or 28.35% from 448); Blue value is 202 (79.30% from 255 or 45.09% from 448); Max value from RGB is 202 - color contains mainly: blue. Hex color #777FCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777FCA is #888035. Grayscale: #848484. Windows color (decimal): -8945718 or 13270903. OLE color: 13270903.

HSL color Cylindrical-coordinate representation of color #777FCA: hue angle of 234.22º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #777FCA is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 119 127 202 -
CMYK 0.41 0.37 0 0.21
HSL 234.22º 0.44% 0.63% -
HSV(B) 234.22º 0.41% 0.79% -
XYZ 25.86 23.36 59.02 -
YUV 133.16 166.85 117.9 -
System Red Green Blue C M Y K H S L
Decimal 119 127 202 0.41 0.37 0 0.21 234.22 0.44 0.63
Hex 77 7F CA 29 25 0 15 EA 2C 3F
Octal 167 177 312 51 45 0 25 352 54 77
Binary 1110111 1111111 11001010 101001 100101 0 10101 11101010 101100 111111

Color Harmonies of #777FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777FCA

Black with #777FCA

Text Example


Text Example

White with #777FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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