Html Css Color HEX #787FBA Wild Blue Yonder

📋 copy color: '#787FBA'

red 120 ◦ green 127 ◦ blue 186

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

Shades of Wild Blue Yonder #787FBA

Tints of Wild Blue Yonder #787FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.96%

R = 27.71%
G = 29.33%
B = 42.96%

CMYK

 C value IS 0.35

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#787FBA (or 0x787FBA) is known color: Wild Blue Yonder. HEX triplet: 78, 7F and BA. RGB value is (120,127,186). Sum of RGB (Red+Green+Blue) = 120+127+186=433 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.71% from 433); Green value is 127 (50% from 255 or 29.33% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #787FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787FBA is #878045. Grayscale: #838383. Windows color (decimal): -8880198 or 12222328. OLE color: 12222328.

HSL color Cylindrical-coordinate representation of color #787FBA: hue angle of 233.64º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #787FBA is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 120 127 186 -
CMYK 0.35 0.32 0 0.27
HSL 233.64º 0.32% 0.6% -
HSV(B) 233.64º 0.35% 0.73% -
XYZ 24.2 22.72 49.56 -
YUV 131.63 158.68 119.7 -
System Red Green Blue C M Y K H S L
Decimal 120 127 186 0.35 0.32 0 0.27 233.64 0.32 0.6
Hex 78 7F BA 23 20 0 1B EA 20 3C
Octal 170 177 272 43 40 0 33 352 40 74
Binary 1111000 1111111 10111010 100011 100000 0 11011 11101010 100000 111100

Color Harmonies of #787FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787FBA

Black with #787FBA

Text Example


Text Example

White with #787FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,127,186); }

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

background-color css

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

 a { background-color: rgb(120,127,186); }

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

border-color css

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

 span { border-color: rgb(120,127,186); }

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