Html Css Color HEX #787FC0 Wild Blue Yonder

📋 copy color: '#787FC0'

red 120 ◦ green 127 ◦ blue 192

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

Shades of Wild Blue Yonder #787FC0

Tints of Wild Blue Yonder #787FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 43.74%

R = 27.33%
G = 28.93%
B = 43.74%

CMYK

 C value IS 0.38

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#787FC0 (or 0x787FC0) is known color: Wild Blue Yonder. HEX triplet: 78, 7F and C0. RGB value is (120,127,192). Sum of RGB (Red+Green+Blue) = 120+127+192=439 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.33% from 439); Green value is 127 (50% from 255 or 28.93% from 439); Blue value is 192 (75.39% from 255 or 43.74% from 439); Max value from RGB is 192 - color contains mainly: blue. Hex color #787FC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787FC0 is #87803F. Grayscale: #848484. Windows color (decimal): -8880192 or 12615544. OLE color: 12615544.

HSL color Cylindrical-coordinate representation of color #787FC0: hue angle of 234.17º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #787FC0 is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 120 127 192 -
CMYK 0.38 0.34 0 0.25
HSL 234.17º 0.36% 0.61% -
HSV(B) 234.17º 0.38% 0.75% -
XYZ 24.85 22.98 52.99 -
YUV 132.32 161.68 119.21 -
System Red Green Blue C M Y K H S L
Decimal 120 127 192 0.38 0.34 0 0.25 234.17 0.36 0.61
Hex 78 7F C0 26 22 0 19 EA 24 3D
Octal 170 177 300 46 42 0 31 352 44 75
Binary 1111000 1111111 11000000 100110 100010 0 11001 11101010 100100 111101

Color Harmonies of #787FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787FC0

Black with #787FC0

Text Example


Text Example

White with #787FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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