Html Css Color HEX #787CB1 Wild Blue Yonder

📋 copy color: '#787CB1'

red 120 ◦ green 124 ◦ blue 177

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

Shades of Wild Blue Yonder #787CB1

Tints of Wild Blue Yonder #787CB1

RGB

 RED value IS 120 (47.27% from 255) = 28.5%

 GREEN value IS 124 (48.83% from 255) = 29.45%

 BLUE value IS 177 (69.53% from 255) = 42.04%

R = 28.5%
G = 29.45%
B = 42.04%

CMYK

 C value IS 0.32

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#787CB1 (or 0x787CB1) is known color: Wild Blue Yonder. HEX triplet: 78, 7C and B1. RGB value is (120,124,177). Sum of RGB (Red+Green+Blue) = 120+124+177=421 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.50% from 421); Green value is 124 (48.83% from 255 or 29.45% from 421); Blue value is 177 (69.53% from 255 or 42.04% from 421); Max value from RGB is 177 - color contains mainly: blue. Hex color #787CB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787CB1 is #87834E. Grayscale: #808080. Windows color (decimal): -8880975 or 11631736. OLE color: 11631736.

HSL color Cylindrical-coordinate representation of color #787CB1: hue angle of 235.79º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #787CB1 is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 120 124 177 -
CMYK 0.32 0.30 0 0.31
HSL 235.79º 0.27% 0.58% -
HSV(B) 235.79º 0.32% 0.69% -
XYZ 22.89 21.58 44.55 -
YUV 128.85 155.17 121.69 -
System Red Green Blue C M Y K H S L
Decimal 120 124 177 0.32 0.30 0 0.31 235.79 0.27 0.58
Hex 78 7C B1 20 1E 0 1F EC 1B 3A
Octal 170 174 261 40 36 0 37 354 33 72
Binary 1111000 1111100 10110001 100000 11110 0 11111 11101100 11011 111010

Color Harmonies of #787CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787CB1

Black with #787CB1

Text Example


Text Example

White with #787CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787CB1; }

 p { color: rgb(120,124,177); }

 H1.HeaderClassName
 {
   color: #787CB1;
 }
 .AnyTagClassName
 {
   color: #787CB1;
 }
</style>

background-color css

<style>
 a { background-color: #787CB1; }

 a { background-color: rgb(120,124,177); }

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

border-color css

<style>
 span { border-color: #787CB1; }

 span { border-color: rgb(120,124,177); }

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