Html Css Color HEX #7781BC Wild Blue Yonder

📋 copy color: '#7781BC'

red 119 ◦ green 129 ◦ blue 188

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

Shades of Wild Blue Yonder #7781BC

Tints of Wild Blue Yonder #7781BC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.59%

 BLUE value IS 188 (73.83% from 255) = 43.12%

R = 27.29%
G = 29.59%
B = 43.12%

CMYK

 C value IS 0.37

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7781BC (or 0x7781BC) is known color: Wild Blue Yonder. HEX triplet: 77, 81 and BC. RGB value is (119,129,188). Sum of RGB (Red+Green+Blue) = 119+129+188=436 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.29% from 436); Green value is 129 (50.78% from 255 or 29.59% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 188 - color contains mainly: blue. Hex color #7781BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7781BC is #887E43. Grayscale: #848484. Windows color (decimal): -8945220 or 12353911. OLE color: 12353911.

HSL color Cylindrical-coordinate representation of color #7781BC: hue angle of 231.3º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7781BC is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 119 129 188 -
CMYK 0.37 0.31 0 0.26
HSL 231.3º 0.34% 0.6% -
HSV(B) 231.3º 0.37% 0.74% -
XYZ 24.54 23.25 50.77 -
YUV 132.74 159.19 118.2 -
System Red Green Blue C M Y K H S L
Decimal 119 129 188 0.37 0.31 0 0.26 231.3 0.34 0.6
Hex 77 81 BC 25 1F 0 1A E7 22 3C
Octal 167 201 274 45 37 0 32 347 42 74
Binary 1110111 10000001 10111100 100101 11111 0 11010 11100111 100010 111100

Color Harmonies of #7781BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7781BC

Black with #7781BC

Text Example


Text Example

White with #7781BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7781BC; }

 p { color: rgb(119,129,188); }

 H1.HeaderClassName
 {
   color: #7781BC;
 }
 .AnyTagClassName
 {
   color: #7781BC;
 }
</style>

background-color css

<style>
 a { background-color: #7781BC; }

 a { background-color: rgb(119,129,188); }

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

border-color css

<style>
 span { border-color: #7781BC; }

 span { border-color: rgb(119,129,188); }

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